Update the status of an existing schedule. Use this endpoint to activate or pause a schedule without deleting it
| Field | Type | Required | Description |
|---|---|---|---|
schedule_uuid | string | Yes | UUID of the schedule to update |
update_status_to | string | Yes | New status: "active" or "paused" |
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates if the status was updated successfully |
details | string | Success message |
| Status | Description |
|---|---|
"active" | Schedule is running and will execute according to its configuration |
"paused" | Schedule is temporarily paused and will not execute |
API key for authentication. Get this from your dashboard by selecting a brand and going to API Keys section.
Brand UUID for authentication. Get this from your dashboard after adding a brand - it will be displayed in the UI.
Schedule status update configuration