Skip to content

Resume Durable Orchestration

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

Resume a paused orchestration. Processing continues from where it left off.

organisation
required
string

The organisation machine name

orchestrationId
required
string

Orchestration identifier

Orchestration resumed

Media typeapplication/json
object
Examplegenerated
{}

Orchestration not paused

Access denied

Orchestration not found

Failed to resume orchestration