Update Cron Job
Update an existing cron job. All fields are optional - only provide the fields you want to update.
Path Parameters
Your A1Base account ID
The unique identifier of the cron job to update (UUID format)
Request Body
All fields are optional. Only include the fields you want to update.
New name for the cron job
New description
New URL to call
New HTTP method: GET, POST, PUT, DELETE
New HTTP headers (replaces all existing headers)
New request body for POST/PUT methods
New timezone
New schedule configuration (replaces entire schedule)
New retry configuration
New webhook URLs
New array of tags (replaces all existing tags)
Activate or deactivate the cron job
Response
Returns the updated cron job object with all current values.
Common Update Scenarios
When updating schedule_config
, provide the complete configuration object with all required fields for the schedule type, not just the fields you want to change.