CLI reference / schedule

stado schedule

Invocation

stado schedule <COMMAND>

Purpose

Manage recurring (cron) jobs — submit a command on a cron schedule. A schedule is evaluated every coordinator tick; when due, the coordinator submits a fresh job with the same routing/sizing and secret-reference contract. Schedules live in configured Stado storage.

Required inputs and options

This command has no command-specific inputs or options.

Output and state effect

This command group selects one of the subcommands listed below; use its exact child invocation to perform an operation.

Refusals

  • Before dispatch, Stado refuses a missing required token shown in the invocation, an unknown option, or a value outside a listed value set; argument-usage failures exit with code 2.

Subcommands

  • create Create a recurring schedule that submits COMMAND on a cron schedule
  • list List all schedules
  • show Print a schedule's full JSON
  • rm Delete a schedule (does not affect jobs it already submitted)
  • pause Disable a schedule without deleting it
  • resume Re-enable a paused schedule (next run recomputed from now)
  • run Fire a schedule once with a caller-retained retry identity