cURL
curl --request POST \ --url https://control-plane.kubiya.ai/api/v1/temporal-workflows/workflows/{workflow_id}/terminate \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Terminate a running workflow.
Forcefully terminates the workflow without allowing it to handle cleanup. Use cancel for graceful shutdown when possible.
Query parameters (handled by downstream service):
Body (validated by downstream service):
Enter your Kubiya API token (format: Bearer )
Successful Response
Was this page helpful?