Skip to main content

UpsertScheduleRequest

Agent Runtimes


Agent Runtimes / api/scheduler/schedules / UpsertScheduleRequest

Interface: UpsertScheduleRequest

Defined in: src/api/scheduler/schedules.ts:40

Request payload to create or update a notebook schedule.

Properties

cronExpression

cronExpression: string

Defined in: src/api/scheduler/schedules.ts:44

Cron expression (e.g. * * * * *).


enabled?

optional enabled?: boolean

Defined in: src/api/scheduler/schedules.ts:48

Whether the schedule is enabled. Defaults to true.


notebookUid

notebookUid: string

Defined in: src/api/scheduler/schedules.ts:42

Target notebook uid.


preset?

optional preset?: string

Defined in: src/api/scheduler/schedules.ts:46

Optional preset identifier (e.g. every-minute, hourly, daily, custom).