Agent Interfaces
Remove Interface
Remove a communication interface from an AI Agent
Remove Interface Command
The agent interfaces remove
command removes a configured communication interface from an AI Agent, cleaning up associated resources and revoking access.
Usage
Options
Option | Description |
---|---|
--force | Optional. Skip confirmation prompt |
--keep-auth | Optional. Preserve authentication credentials for future use |
Examples
Basic Interface Removal
Response:
Force Remove with Preserved Auth
Response:
Notes
- The remove command:
- Deactivates any active bots or services
- Removes interface-specific configuration
- Deletes webhook endpoints
- Cleans up associated resources
- Updates agent configuration
- Use
--keep-auth
if you plan to:- Re-add the interface 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 - Active conversations or sessions will be terminated