paperclip_pause_agent
Pause an agent temporarily to stop new heartbeat runs, useful for halting a misconfigured agent during incident response.
Instructions
Pause an agent, preventing it from starting new heartbeat runs.
Args:
agentId: string — Agent UUID (example: "agt_abc123")
Returns: Returns the updated agent object with status set to paused.
Examples:
Use when: temporarily stopping a runaway or misconfigured agent during incident response
Don't use when: you want to permanently stop an agent — use paperclip_terminate_agent (board-only, irreversible)
Error Handling:
401: authentication failed → check PAPERCLIP_API_KEY
404: agent not found → verify ID with paperclip_list_agents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | Yes | Agent UUID |