Update Batch Schedule
Set/replace a batch’s recurrence + per-period call limit. Takes effect on the next scheduler tick — does not itself start or pause the batch.
PATCH
Update Batch Schedule
Authorizations
Project API key (sk-kupe-...) or a Supabase user JWT.
Path Parameters
Body
application/json
{} (all fields default/None) means unscheduled — manual start/pause/ resume only, same as before this feature existed.
Available options:
once, daily, weekly, monthly 0=Sun..6=Sat, weekly only
monthly only
Required range:
1 <= x <= 28HH:MM local dial-window start
HH:MM local dial-window end
Required range:
x >= 1Response
Successful Response
Available options:
draft, running, paused, completed, cancelled {} (all fields default/None) means unscheduled — manual start/pause/ resume only, same as before this feature existed.
Update Batch Schedule

