upsertSchedule
Agent Runtimes / api/scheduler/schedules / upsertSchedule
Function: upsertSchedule()
upsertSchedule(
token,data,baseUrl?):Promise<ScheduleResponse>
Defined in: src/api/scheduler/schedules.ts:105
Create or update the schedule for a notebook.
Parameters
token
string
Authentication token
data
Schedule configuration
baseUrl?
string = DEFAULT_SERVICE_URLS.SCHEDULER
Base URL for the scheduler service (defaults to production)
Returns
Promise<ScheduleResponse>
Promise resolving to the upserted schedule