Agent Tools
Remove Tool
Remove a tool from an AI Agent
Remove Tool Command
The agent tools remove
command removes a configured tool from an AI Agent, revoking its access and cleaning up associated resources.
Usage
Options
Option | Description |
---|---|
--force | Optional. Skip confirmation prompt |
--keep-auth | Optional. Preserve authentication credentials for future use |
Examples
Basic Tool Removal
Response:
Force Remove with Preserved Auth
Response:
Notes
- The remove command:
- Revokes all tool access permissions
- Removes tool-specific configuration
- Cleans up associated resources
- Updates agent configuration
- Use
--keep-auth
if you plan to:- Re-add the tool later
- Use the same authentication with another agent
- The
--force
flag:- Skips confirmation prompts
- Useful for scripted operations
- Use with caution
- Removal is permanent unless
--keep-auth
is used