---
title: "Send signal to process"
method: POST
path: "/browsers/{id}/process/{process_id}/kill"
tags: ["Browser Processes"]
---

# Send signal to process

`POST /browsers/{id}/process/{process_id}/kill`

## Path parameters

- `id` string, required
- `process_id` string, uuid, required

## Request body

- ProcessKillRequest — Signal to send to the process.
  - `signal` 'TERM' | 'KILL' | 'INT' | 'HUP', required — Signal to send.

## Response `200`

OK

- OkResponse — Generic OK response.
  - `ok` boolean, required — Indicates success.

## Other responses

- `400` — Bad Request – invalid input
- `404` — Resource not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/kernel/apis/kernel-api.md) · [All operations](https://skmtc.net/kernel/apis/kernel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kernel/kernel-api/versions/9e8ce9fcf5e1/schema)
