Update a cron job
Update an existing cron job's configuration
PUT
All fields are optional; only provided fields are updated.
Path parameters
namespace
type: string
requiredThe namespace (user or organization) the project belongs to.
proj
type: string
requiredThe project ID or slug.
id
type: string
requiredThe cron job ID.
Body parameters
name
type: string
Updated cron job name.
schedule
type: string
Updated cron expression.
command
type: string
Updated command to execute.
enabled
type: boolean
Enable or disable the cron job.
Previous → Create a cron job
Next Trigger a cron job →