Delete agent
delete_agentPermanently remove an AI agent and its persistent disk. Workflows are paused, not deleted, and remain assignable to another agent.
Instructions
Permanently delete an agent and revoke its disk. This cannot be undone. Workflows the agent built are NOT deleted — they belong to the account — but the ones that were live are paused, and none of them run again until you assign them to another agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The agent's UUID to delete. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | The successful HTTP status code from the underlying operation. | |
| workflows_paused | No | How many workflows this agent had built and had running were paused by the deletion. They are not deleted: assign them to another agent to run them again. |