Start Durable Orchestration
POST /api/v3/organizations/{organisation}/ai/orchestrations/{orchestrationId}/start
POST
/api/v3/organizations/{organisation}/ai/orchestrations/{orchestrationId}/start
Start a pending orchestration. Only works on orchestrations created with autoStart: false.
Authorizations
Parameters
Path Parameters
organisation
required
string
The organisation machine name
orchestrationId
required
string
Orchestration identifier
Responses
200
Orchestration started
object
400
Orchestration not in pending state
403
Access denied
404
Orchestration not found
500
Failed to start orchestration