Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Pause Deployment changed

api/beta/deployments/pause

Nearest release: v2.1.280, published 20 hours after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+10added
Lines−0removed
From line 13 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits8to this page, all time

The whole hunk

from line 13, old and new numbered
/
lines
from line 13
1313 
1414- `deployment_id: string`
1515 
16 Unique identifier of the deployment to pause.
17 
1618## Headers
1719 
1820- `"anthropic-beta": optional array of AnthropicBeta`
from line 119
117119 
118120- `"anthropic-workspace-id": optional string`
119121 
122 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
123 
124 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
125 
120126## Returns
121127 
122128- `BetaManagedAgentsDeployment object`
from line 609
603609 
604610 - `"active"`
605611 
612 The deployment is active and can run sessions. Archived deployments also report this status; check `archived_at` to distinguish them.
613 
606614 - `"paused"`
615 
616 The deployment is paused. Autonomous triggers are suppressed; manual runs are still permitted.
607617 
608618 - `updated_at: string`
609619