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 (required)
The namespace (user or organization) the project belongs to.
proj type: string (required)
The project ID or slug.
id type: string (required)
The 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.