---
title: "Kill a process"
method: DELETE
path: "/process/{identifier}/kill"
tags: ["process"]
---

# Kill a process

`DELETE /process/{identifier}/kill`

Forcefully kill a running process

## Path parameters

- `identifier` string, required

## Response `200`

Process killed

- SuccessResponse
  - `message` string, required
  - `path` string

## Other responses

- `404` — Process not found
- `422` — Unprocessable entity
- `500` — Internal server error

---

[API](https://skmtc.net/blaxel/apis/blaxel-control-plane.md) · [All operations](https://skmtc.net/blaxel/apis/blaxel-control-plane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blaxel/blaxel-control-plane/revisions/dfa264bc72ee/schema)
