---
title: "Stop a run"
method: POST
path: "/v1/runs/{runId}/stop"
tags: ["Runs"]
---

# Stop a run

`POST /v1/runs/{runId}/stop`

Request the platform stop a non-terminal, stoppable run. The stop is asynchronous — poll GET /v1/runs/{runId} to observe the terminal STOPPED status.

## Path parameters

- `runId` string, required — Run identifier (ULID).

## Response `202`

Stop requested (asynchronous)

- RunStopAccepted
  - `runId` string, required
  - `status` 'STOPPING', required
  - `message` string, required

## Other responses

- `401` — Unauthorized — missing or invalid credentials
- `403` — Forbidden — caller has no workspace or no access
- `404` — Run not found
- `409` — Run is terminal, not stoppable, or no longer running
- `500` — Internal server error

---

[API](https://skmtc.net/monid/apis/monid-api.md) · [All operations](https://skmtc.net/monid/apis/monid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monid/monid-api/versions/164b6b6f2d36/schema)
