Cancel a run
Stops a run's in-flight work and returns the run in its cancelled state.
- **Files and the TTL are untouched** — the run still purges at `expiresAt`. To delete everything now, use [DELETE /v1/runs/{id}](https://docs.cloudraker.com/api/cloud-raker-api/runs/delete-run).
- **Idempotent** — cancelling an already-terminal run changes nothing and returns the current run body.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
Response
The run after cancellation.
V1ExtractRun
OR
V1ParseRun
OR
V1RedactRun
OR
V1FillRun
OR
V1SignRun
OR
V1PipelineRun
Errors
404
Not Found Error
410
Gone Error
429
Too Many Requests Error