---
title: "Stop the recording"
method: POST
path: "/recording/stop"
---

# Stop the recording

`POST /recording/stop`

## Request body

- StopRecordingRequest
  - `forceStop` boolean — Immediately stop without graceful shutdown. This may result in a corrupted video file.
  - `id` string — Identifier of the recording session to stop, as passed to /recording/start. Alphanumeric or hyphen. When omitted, the default recording session is stopped.

## Response `200`

Recording stopped

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/kernel/apis/kernel-images-api.md) · [All operations](https://skmtc.dev/kernel/apis/kernel-images-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kernel/kernel-images-api/revisions/7a641fa15a85/schema)
