paperclip_rollback_agent_config
Restore an agent's configuration to a specific previous revision, enabling you to recover from config changes that cause agent failures.
Instructions
⚠ Board-only: Roll back an agent's config to a specific previous revision.
Args:
agentId: string — Agent UUID (example: "agt_abc123")
revisionId: string — Config revision UUID to restore (example: "rev_xyz789")
Returns: Returns the agent object with config restored to the specified revision.
Examples:
Use when: reverting a bad config change that broke an agent's heartbeat (requires board API key)
Don't use when: you want to make targeted edits — use paperclip_update_agent instead
Error Handling:
401: authentication failed → check PAPERCLIP_API_KEY
403: permission denied → this tool requires a board (human) API key
404: agent or revision not found → list revisions with paperclip_list_agent_config_revisions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | Yes | Agent UUID | |
| revisionId | Yes | Config revision UUID |