Update Schedule
Update an existing schedule. All fields are optional - only include fields you want to update.
Authorizations
API key for authentication. Get your API key from the Cronhost dashboard.
Path Parameters
Unique schedule identifier
"schedule_123"
Body
Human-readable schedule name
1 - 255"Updated Schedule Name"
Optional description of what the schedule does
1000"Updated description"
Valid cron expression defining when to run
"0 10 * * *"
IANA timezone identifier
"UTC"
Target HTTP endpoint URL
"https://api.example.com/health"
HTTP method to use for the request
GET, POST, PUT, DELETE, PATCH "POST"
Request body for POST/PUT/PATCH requests
"{\"updated\": true}"
HTTP headers as JSON string
"{\"User-Agent\": \"Cronhost-Monitor\", \"Content-Type\": \"application/json\"}"
Maximum number of retry attempts
0 <= x <= 105
Request timeout in seconds
1 <= x <= 30060