Cancel a run
Cancel an in-flight run. The only accepted body is { "status": "cancel_requested" }.
Authorizations
Your Vern API key. Create one at Settings → API keys.
Path Parameters
The migration ID returned by Create a migration.
The run ID returned by Start a run.
Body
cancel_requested Response
The run in its updated (canceled) shape.
A run's polled state. Fields beyond run_id/status/created_at depend on status.
queued, running, blocked, awaiting_approval, completed, failed, canceled A read-back of your last reply, present once you've answered a block.
Present while queued/running.
Present when blocked — which kind of block it is.
question, credentials Present when blocked for a question.
Present when a run is blocked for credentials. Describes the live source needing secrets — render a form from schema and POST to .../credentials. Carries no secret values.
Present when failed.