Cancel agentic workflow deployment
Cancel the deployment currently running the agentic workflow. An agentic workflow only ever runs as part of a deployment of its environment, so this cancels that environment deployment and aborts the workflow’s running job.
Authorizations
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
Body
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