paperclip_terminate_agent
Permanently deactivates an agent by UUID, making the termination irreversible. Use to decommission agents that are no longer needed.
Instructions
⚠ Board-only: Permanently deactivate an agent. This action is irreversible.
Args:
agentId: string — Agent UUID (example: "agt_abc123")
Returns: Returns the terminated agent record with status set to terminated.
Examples:
Use when: decommissioning an agent that is no longer needed (requires board API key)
Don't use when: you want a temporary stop — use paperclip_pause_agent instead (reversible)
Error Handling:
401: authentication failed → check PAPERCLIP_API_KEY
403: permission denied → this tool requires a board (human) API key
404: agent not found → verify ID with paperclip_list_agents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | Yes | Agent UUID |