transcoders

Stop a transcoder

This operation stops a transcoder.

put/transcoders/{id}/stop

Path parameters

idstring required

The unique alphanumeric string that identifies the transcoder.

Response

Success

Example response

{
  "transcoder": {
    "state": "starting",
    "uptime_id": "abcd1234"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.