Cancel a workflow run that is still in the queue before execution starts.
Cancels a workflow run that has not started executing yet. Only runs with statusDocumentation Index
Fetch the complete documentation index at: https://slatehq.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
QUEUED can be canceled.
run_id when you create a run.Bearer slat_<your-token>.200 OK with the canceled run details.
CANCELED on success.| Status | Description |
|---|---|
200 | Run canceled. |
401 | Missing or invalid Bearer token. See Authentication. |
404 | Run not found. The runId does not exist or does not belong to this token. |
409 | Run is not cancelable. The run has already moved past the QUEUED status. |
500 | Internal server error. |