Create a cron job
Create a new cron job that runs on a schedule within the project
POST
Path parameters
namespace
type: string
requiredThe namespace (user or organization) the project belongs to.
proj
type: string
requiredThe project ID or slug.
Body parameters
name
type: string
requiredA unique name for the cron job within the project.
schedule
type: string
requiredCron expression defining the schedule (e.g., `0 2 * * *` for daily at 2 AM UTC).
command
type: string
requiredThe command to execute on each run.
Previous → List cron jobs
Next Update a cron job →