Skip to content

Pause Durable Orchestration

POST
/api/v3/organizations/{organisation}/ai/orchestrations/{orchestrationId}/pause
curl --request POST \
--url https://dashboard.quantcdn.io/api/v3/organizations/example/ai/orchestrations/example/pause \
--header 'Authorization: Bearer <token>'

Pause a running orchestration. The current batch will complete, but no new batches will start. Can be resumed later.

organisation
required
string

The organisation machine name

orchestrationId
required
string

Orchestration identifier

Orchestration paused

Media typeapplication/json
object
Examplegenerated
{}

Orchestration not running

Access denied

Orchestration not found

Failed to pause orchestration