Skip to content

JobScheduleSaveRequest

← All HTTP schemas

Request to create/update a schedule.

Shape: object

Property Required Type Description Rules
kind yes JobKind Kind of job this schedule produces.
targetName yes string Name of the agent or workflow to run.
cron no string Five-field cron expression. If left empty, the schedule can only be triggered manually (POST .../trigger).
timeZone no string Time zone the Cron expression is interpreted in.
payload no JsonElement Input set or parameters.
enabled no boolean Whether the schedule is enabled.