Skip to content

Cancel Durable Orchestration

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

Cancel an orchestration permanently. Cannot be resumed. Any in-progress items will complete, but no new processing starts.

organisation
required
string

The organisation machine name

orchestrationId
required
string

Orchestration identifier

Orchestration cancelled

Media typeapplication/json
object
Examplegenerated
{}

Orchestration already completed/cancelled

Access denied

Orchestration not found

Failed to cancel orchestration