pipeline_create_schedule
Create a pipeline schedule by specifying frequency type (Once, Daily, Weekly, Monthly), start date/time, and run times.
Instructions
Create a schedule for a pipeline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Schedule type | |
| times | No | Times of day for the schedule (HH:mm format) | |
| enabled | No | Whether the schedule is enabled (default: true) | |
| interval | No | Interval between runs | |
| weekDays | No | Days of the week for weekly schedules | |
| pipelineId | Yes | The pipeline ID | |
| endDateTime | No | Schedule end date/time (ISO 8601) | |
| workspaceId | Yes | The workspace ID | |
| startDateTime | Yes | Schedule start date/time (ISO 8601) | |
| localTimeZoneId | No | Time zone ID (e.g., 'Eastern Standard Time') |