cURL
curl --request POST \ --url https://api.usezombie.com/v1/runs/{run_id}:cancel \ --header 'Authorization: Bearer <token>'
{ "run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "state": "<string>", "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Cancels a queued or in-progress run. The run transitions to CANCELLED state and any active pipeline stage is aborted.
Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth
Run identifier
Run cancelled
"CANCELLED"