Update a scheduled job
POST/api/v1/scheduler/update-job
Updates the provided schedule settings. Only included fields change; omitted fields remain unchanged.
Timing changes
The scheduler applies timing edits before returning by cancelling and reinserting the scheduled entry. This cannot undo an HTTP callback already dispatched or a business action your receiver has accepted.
nextTriggerAt on the returned
job is the scheduling snapshot after the update; it can change as work advances.
Do not infer wall-clock firing precision or business completion from that timestamp.
Request
Responses
- 200
Scheduled job updated
Document ID: DOC-CP-scheduling-api-updateJob. Section identities and revisions.
| Section | Stable reference |
|---|---|
| Overview | DOC-CP-scheduling-api-updateJob#overview |
| Request | DOC-CP-scheduling-api-updateJob#request |
| Responses | DOC-CP-scheduling-api-updateJob#responses |