---
title: "Cancel an offline run"
method: DELETE
path: "/actions/{sid}/runs/{runid}"
tags: ["Actions"]
---

# Cancel an offline run

`DELETE /actions/{sid}/runs/{runid}`

Cancel an offline run. This will stop the execution of the scenario.

## Path parameters

- `sid` string, required — Short ID
- `runid` string, required

## Response `204`

Run canceled

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Resource Not Found
- `405` — Method Not Allowed
- `429` — Too Many Requests (rate limit exceeded)
- `500` — Internal Server Error

---

[API](https://skmtc.net/callr/apis/callr-rest-api-v2-0.md) · [All operations](https://skmtc.net/callr/apis/callr-rest-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/callr/callr-rest-api-v2-0/versions/76d36d004a8f/schema)
