CreateOS CLI / Schedule Cron Jobs
Create, update, suspend, and monitor HTTP cron jobs with full execution history. No crontab editing, no external services.
Schedules an HTTP request to your endpoint on a cron schedule.
Shows all scheduled jobs with their status and next run time.
Shows recent executions with status codes, duration, and timestamps.
Pauses a job without deleting it. Resume with createos cronjobs unsuspend.
| Flag | Description |
|---|---|
--name <name> | Job name |
--schedule <cron> | Cron expression (e.g., '0 * * * *' for hourly) |
--path <path> | HTTP path to call (must start with /) |
--method <method> | HTTP method: GET, POST, PUT, DELETE (default: GET) |
# Run every hour
$ createos cronjobs create --name hourly-check --schedule "0 * * * *" --path /api/health
# Run daily at midnight
$ createos cronjobs create --name nightly-cleanup --schedule "0 0 * * *" --path /api/cleanup --method POST
# Run every 5 minutes
$ createos cronjobs create --name ping --schedule "*/5 * * * *" --path /api/ping
# Suspend during maintenance
$ createos cronjobs suspend
Deploy GitHub repos, local directories, and Docker images to production with a single CLI command. CreateOS auto-detects your project type and streams build logs in real time.
Read guideSet, list, remove, pull, and push environment variables between local .env files and remote environments. No dashboard needed.
Read guideGet product updates, builder stories, and early access to features that help you ship faster.
CreateOS is a unified intelligent workspace where ideas move seamlessly from concept to live deployment, eliminating context-switching across tools, infrastructure, and workflows with the opportunity to monetize ideas immediately on the CreateOS Marketplace.