← All commands
chimera cron
Manage scheduled jobs (crons and event SOPs).
Subcommands
chimera cron add
Add a cron, event- or webhook-triggered job.
chimera cron disable
Disable a job without deleting it.
Arguments
JOB_IDstrrequired
The job id to disable.
Options
This command takes no options.
chimera cron enable
Enable a job (e.g. an agent-proposed one) and schedule its next run.
Arguments
JOB_IDstrrequired
The job id to enable.
Options
This command takes no options.
chimera cron learn
Propose crons from recurring tasks and create the ones you confirm.
Each proposal is shown for explicit confirmation (the human-in-the-loop approval
that keeps automation creation under control); confirmed jobs are validated and
created enabled. ``--yes`` confirms all (use deliberately).
chimera cron list
List scheduled jobs.
Options
This command takes no options.
chimera cron remove
Remove a scheduled job by id.
Arguments
JOB_IDstrrequired
The job id to remove.
Options
This command takes no options.