Command Palette
Search for a command to run

Update a cron job

Update an existing cron job's configuration

PUT
/auth/v1/seed/{namespace}/projects/{proj}/crons/{id}

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.

Previous Create a cron job

Next Trigger a cron job