latestOpenAPI 3.1.02026-08-204489152.5 KB

726970fd2992

Notebooks

Create or update a notebook schedule

Creates or replaces the schedule for the project that owns the notebook. Each project has at most one schedule; calling this endpoint with a different notebook in the same project silently re-points the schedule to the new notebook.

post/notebooks/{notebookId}/schedule

Path parameters

notebookIdstring required

Opaque notebook identifier.

Opaque notebook identifier.

Request body

cronstring required

Cron expression for the schedule (e.g. "0 9 * * 1-5").

timezonestring

IANA timezone the cron expression runs in (e.g. "America/New_York").

Response

Schedule created or updated