Starts a schedule for live playback.

Behavior: Transitions the schedule to a Starting state and initiates channel playback. When background mode is enabled (default), a batch action message is queued for asynchronous processing. When background mode is disabled, the channel is started synchronously.

Authorization: Requires a valid Bearer token.

Side Effects: The schedule status is updated to Starting and a batch action message may be sent. The associated live channel begins playback.

Error Scenarios: Returns 400 if the schedule is not found or is already in a Running, Starting, or Stopping state. Returns 401 if the caller is not authenticated.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The ID of the schedule to start.

Query Params
boolean
Defaults to true

Whether to run the operation asynchronously in the background. Defaults to true.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json