---
title: "Cancel a run"
method: POST
path: "/api/runs/{runId}/cancel"
tags: ["Runs"]
---

# Cancel a run

`POST /api/runs/{runId}/cancel`

Cancel a running or queued job execution.

## Response `200`

Run cancelled

- object
  - `success` boolean
  - `message` string
  - `runId` string, uuid

## Other responses

- `401` — Authentication required or token invalid
- `404` — Resource not found

---

[API](https://skmtc.dev/supercheck-io/apis/supercheck-api.md) · [All operations](https://skmtc.dev/supercheck-io/apis/supercheck-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supercheck-io/supercheck-api/revisions/81782deccf0e/schema)
