---
title: "Stop Run"
method: POST
path: "/v2/runs/{run_id}/stop"
tags: ["Runs"]
---

# Stop Run

`POST /v2/runs/{run_id}/stop`

Stop an agent run. No-op if the run is not currently running.

## Path parameters

- `run_id` string, uuid, required

## Response `200`

Default Response

- object
  - `success` boolean, required — Whether the stop request succeeded
  - `message` string — Optional human-readable detail

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `500` — Default Response
- `502` — Default Response

---

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