---
title: "Stop recording"
method: PUT
path: "/transcoders/{id}/stop_recording"
tags: ["transcoders"]
---

# Stop recording

`PUT /transcoders/{id}/stop_recording`

This operation stops the recording of a transcoder before the transcoder has stopped. Wowza Video begins converting the recording to an MP4 file after the transcoder has stopped. You can use this operation to manually stop recording even if _recording_ is set to **true** on the transcoder, meaning the recording was automatically started at transcoder start.
If you want the recording to start and stop automatically when you start and stop the transcoder, set _recording_ to **true** when you create a transcoder or  update a transcoder and then don't use the manual stop recording operation.

## Path parameters

- `id` string, required

## Response `200`

Success

- object
  - `transcoder` object, required
    - `recording` object — The recording for the transcoder.
      - `state` 'started' | 'stopped' — The state of video capture for the transcoder.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `410` — Gone
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/wowza/apis/wowza-video-rest-api-reference-documentation.md) · [All operations](https://skmtc.net/wowza/apis/wowza-video-rest-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wowza/wowza-video-rest-api-reference-documentation/versions/157b6f741f2a/schema)
