Delete an AI agent
Delete an existing AI agent from your account.
This action is permanent and cannot be undone.
The agent's API key will be immediately invalidated and the agent will no longer be able to connect to the platform.
Examples:
Delete an agent
mutiro agents delete my-agent
Delete with confirmation flag
mutiro agents delete my-agent --yes
mutiro agents delete [username] [flags]
Delete an agent
Delete with confirmation flag
Flag | Type | Description |
---|---|---|
-h, --help | bool | help for delete |
-y, --yes | bool | Skip confirmation prompt |
Flag | Type | Description |
---|---|---|
--config | string | config file (default is ./.mutiro.yaml in current directory) |
--debug | bool | debug mode |
-v, --verbose | bool | verbose output |