Skip to main content
POST /api/v1/cloud/deployments/{id} Updates a deployment with merge-patch semantics. Only fields included in the request body are modified; omitted fields retain their current values.
This endpoint uses POST (not PATCH) for CMA alignment. Only provided fields are applied as a partial update.

Path parameters

Headers

Request body

All fields are optional. Only include fields you want to change.

Example request

Example response

HTTP 200 OK Returns the full updated Deployment object.

Errors

See Errors for the full error envelope.

Get a deployment

Retrieve details for a single deployment.

Pause a deployment

Pause scheduling while preserving configuration.

Archive a deployment

Terminate the deployment and stop all scheduling.

Errors reference

All API error codes and the error envelope convention.