Pause Durable Orchestration
POST /api/v3/organizations/{organisation}/ai/orchestrations/{orchestrationId}/pause
POST
/api/v3/organizations/{organisation}/ai/orchestrations/{orchestrationId}/pause
Pause a running orchestration. The current batch will complete, but no new batches will start. Can be resumed later.
Authorizations
Parameters
Path Parameters
organisation
required
string
The organisation machine name
orchestrationId
required
string
Orchestration identifier
Responses
200
Orchestration paused
object
400
Orchestration not running
403
Access denied
404
Orchestration not found
500
Failed to pause orchestration