paperclip_resume_agent
Resume a paused agent to restart its heartbeat runs and re-enable it after maintenance or incident response.
Instructions
Resume a paused agent, allowing it to start new heartbeat runs.
Args:
agentId: string — Agent UUID (example: "agt_abc123")
Returns: Returns the updated agent object with status set to active.
Examples:
Use when: re-enabling an agent after pausing it for maintenance or incident response
Don't use when: the agent is not paused — check current status with paperclip_get_agent first
Error Handling:
401: authentication failed → check PAPERCLIP_API_KEY
404: agent not found → verify ID with paperclip_list_agents
422: agent is not in a paused state → check current status with paperclip_get_agent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | Yes | Agent UUID |