---
title: "Cancel Acp Run"
method: DELETE
path: "/acp/v0/runs/{run_id}"
---

# Cancel Acp Run

`DELETE /acp/v0/runs/{run_id}`

Cancel an ACP run and its underlying Bernstein task.

## Path parameters

- `run_id` string, required

## Response `200`

Successful Response

- ACPRunResponse — ACP run in responses.
  - `run_id` string, required
  - `bernstein_task_id` string, nullable
  - `input` string, required
  - `role` string, required
  - `status` string, required
  - `created_at` number, required
  - `updated_at` number, required

## Other responses

- `404` — ACP run not found
- `422` — Validation Error

---

[API](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server.md) · [All operations](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipyourdrink-ltd/bernstein-task-server/revisions/86f514b4e920/schema)
