Schedules Get
Description
Fetches the current schedule for a tenant and flow.Sample
Parameters
Schedules Put
Description
Creates or replaces a schedule for a tenant and flow. Defaultsstate to ENABLED.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
hotglue CLI commands for flow job schedules
hotglue schedules get --tenant tenant123 --flow d2dzyCFnS --json
| Option | Default | Description |
|---|---|---|
--tenant | Tenant ID | |
--flow | Flow ID | |
--env -e | Environment ID | |
--job-type | Job type: read or write | |
--json | Output as JSON |
state to ENABLED.
hotglue schedules put --tenant tenant123 --flow d2dzyCFnS --schedule-expression 'cron(0 5 * * *)'
| 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 |
hotglue schedules disable --tenant tenant123 --flow d2dzyCFnS
| Option | Default | Description |
|---|---|---|
--tenant | Tenant ID | |
--flow | Flow ID | |
--env -e | Environment ID | |
--job-type | Job type: read or write |