---
title: "Remove Run"
method: DELETE
path: "/api/v1/runs/{run_id}"
tags: ["runs"]
---

# Remove Run

`DELETE /api/v1/runs/{run_id}`

Remove a run, cancel if still active, and delete the DB row.

## Path parameters

- `run_id` string, uuid, required — Run UUID

## Response `200`

Successful Response

- MessageResponse
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pypsa/apis/pypsa-app.md) · [All operations](https://skmtc.dev/pypsa/apis/pypsa-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pypsa/pypsa-app/revisions/a9fc864817c3/schema)
