Skip to main content
POST
Cancel agentic workflow deployment

Authorizations

Authorization
string
header
required

JWT tokens should be used with OIDC account (human to machine). JWT tokens used by the Qovery console to communicate with the API have a TTL. Curl Example ' curl https://console.qovery.com/organization -H "Authorization: Bearer $qovery_token" '

Path Parameters

agenticWorkflowId
string<uuid>
required

Body

application/json
force_cancel
boolean
default:false

When false, the engine stops the deployment at the next safe point, letting the workflow's job terminate on its own. When true it stops waiting for that job and abandons it immediately.

Response

agentic workflow deployment cancelling has been requested, no response body