---
title: "Cancel Spreadsheet Job"
method: POST
path: "/api/spreadsheets/{runId}/cancel"
tags: ["Spreadsheets"]
---

# Cancel Spreadsheet Job

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

Cancel an active spreadsheet processing job. Active queued/running runs are marked cancelled and any live execution sandbox is terminated best-effort.

## Path parameters

- `runId` string, required

## Response `200`

Default Response

- object
  - `runId` string, required
  - `status` 'cancelled', required
  - `previousStatus` 'queued' | 'running', required
  - `message` string, required

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `409` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/shortcut/apis/shortcut-api.md) · [All operations](https://skmtc.net/shortcut/apis/shortcut-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shortcut/shortcut-api/revisions/1d5c69423568/schema)
