---
title: "Reset a transcoder"
method: PUT
path: "/transcoders/{id}/reset"
tags: ["transcoders"]
---

# Reset a transcoder

`PUT /transcoders/{id}/reset`

This operation resets a transcoder.

## Path parameters

- `id` string, required

## Response `200`

Success

- object
  - `transcoder` object, required
    - `state` 'starting' | 'stopping' | 'started' | 'stopped' | 'resetting' — The state of 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)
