CLI Reference • TutorialHeader.readTime
Cron
CLI reference for `openclaw cron` (schedule and run background jobs)
Manages cron jobs for the Gateway scheduler.
Related:
- Cron jobs:Cron Jobs
Tip: run openclaw cron --help for the full command interface.
Tutorial.step
Common edits
Update delivery settings without changing the message:
Bash
openclaw cron edit <job-id> --deliver --channel telegram --to "123456789"
Disable delivery for a standalone job:
Bash
openclaw cron edit <job-id> --no-deliver