v1

latestOpenAPI 3.0.2Terms of Use2026-08-061441681.6 MB
transcoders

Reset a transcoder

This operation resets a transcoder.

put/transcoders/{id}/reset

Path parameters

idstring required

The unique alphanumeric string that identifies the transcoder.

Response

Success

Example response

{
  "transcoder": {
    "state": "resetting"
  }
}