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"
}
}