Skip to main content

Set pipeline schedule

PUT 

/pipelines/:id/schedule

Creates or replaces the cron schedule for the pipeline identified by id. Scheduled runs fire as pipeline_run tasks picked up by the worker. A cron expression of empty string does NOT disable the schedule; to disable, delete the scheduled task directly.

Request

Responses

OK