Skip to content

gormes cron

List, inspect, and remove cron jobs managed by the native cron scheduler.

Cron jobs run agent prompts or shell scripts on a schedule and deliver results to configured targets (Telegram, Slack, etc.).

gormes cron [flags]
gormes cron [command]
CommandPurpose
gormes cron listList all cron jobs with status and last run time
gormes cron removeRemove a cron job by ID (prefix matching supported)
gormes cron statusShow detailed job info and recent run history
FlagDefaultPurpose
--db(autodetect from GORMES_HOME)Path to session DB
-h, --helphelp for cron
Terminal window
gormes cron list # show all cron jobs
gormes cron status <job-id> # show job details
gormes cron remove <job-id> # remove a cron job