Skip to content

Start Durable Orchestration

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

Start a pending orchestration. Only works on orchestrations created with autoStart: false.

organisation
required
string

The organisation machine name

orchestrationId
required
string

Orchestration identifier

Orchestration started

Media typeapplication/json
object
Examplegenerated
{}

Orchestration not in pending state

Access denied

Orchestration not found

Failed to start orchestration