Schedules Get
Description
Fetches the current schedule for a tenant and flow.Sample
Parameters
| Option | Default | Description |
|---|---|---|
--tenant | Tenant ID | |
--flow | Flow ID | |
--env -e | Environment ID | |
--job-type | Job type: read or write | |
--json | Output as JSON |
Schedules Put
Description
Creates or replaces a schedule for a tenant and flow. Defaultsstate to ENABLED.
Sample
Parameters
| Option | Default | Description |
|---|---|---|
--tenant | Tenant ID | |
--flow | Flow ID | |
--schedule-expression | Cron expression, e.g. cron(0 5 * * *) | |
--env -e | Environment ID | |
--job-type | Job type: read or write | |
--state | ENABLED | Schedule state: ENABLED or DISABLED |
--schedule-jitter-minutes | Jitter in minutes (1–720). Only allowed when --tenant is default |
Schedules Disable
Description
Disables the current schedule for a tenant and flow.Sample
Parameters
| Option | Default | Description |
|---|---|---|
--tenant | Tenant ID | |
--flow | Flow ID | |
--env -e | Environment ID | |
--job-type | Job type: read or write |