---
title: "Terminates all running environments owned by the given owner"
method: DELETE
path: "/running/{owner}"
tags: ["running"]
---

# Terminates all running environments owned by the given owner

`DELETE /running/{owner}`

## Path parameters

- `owner` string, required

## Query parameters

- `force` boolean

## Response `204`

All running environments were terminated successfully

## Other responses

- `403` — User does not have permission to terminate environments with the given owner
- `500` — Could not terminate all running environments

---

[API](https://skmtc.dev/determined-ai/apis/launcher-api.md) · [All operations](https://skmtc.dev/determined-ai/apis/launcher-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/determined-ai/launcher-api/revisions/33885ccfb9ac/schema)
