⚡ NEW: Flux Klein 9B — Faster inference, stunning quality · Try Now
curl --request POST \
--url https://modelslab.com/api/v1/workflows/{workflow_id}/runs/{execution_id}/cancelCancels a running or pending workflow execution.
curl --request POST \
--url https://modelslab.com/api/v1/workflows/{workflow_id}/runs/{execution_id}/cancelDocumentation Index
Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
Use this file to discover all available pages before exploring further.
{
"status": "success",
"message": "Execution cancelled."
}
400 Bad Request - Cannot cancel execution in current state (already completed/failed)404 Not Found - Execution not foundWas this page helpful?