cURL
curl --request POST \ --url https://api.usezombie.com/v1/runs/{run_id}:retry \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "reason": "<string>", "retry_token": "<string>" } '
{ "run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "state": "SPEC_QUEUED", "attempt": 123, "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Retries a blocked or failed run. Increments the attempt counter and re-queues from the last checkpoint.
Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth
Run identifier
Human-readable reason for the retry
Idempotency token for the retry operation
Retry queued
"SPEC_QUEUED"