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 update.
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## Body parameters
121127
122128- `agent: optional string or BetaManagedAgentsAgentParams`
from line 1011
10051011
10061012 - `"active"`
10071013
1014 The deployment is active and can run sessions. Archived deployments also report this status; check `archived_at` to distinguish them.
1015
10081016 - `"paused"`
1017
1018 The deployment is paused. Autonomous triggers are suppressed; manual runs are still permitted.
10091019
10101020 - `updated_at: string`
10111021