v1

latestOpenAPI 3.0.2Terms of Use2026-08-061441681.6 MB
live_streams

Reset a live stream

This operation resets a live stream.

put/live_streams/{id}/reset

Path parameters

idstring required

The unique alphanumeric string that identifies the live stream.

Response

Success

Example response

{
  "live_stream": {
    "state": "resetting"
  }
}