Skip to main content

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​

Scheduled job updated

Document ID: DOC-CP-scheduling-api-updateJob. Section identities and revisions.

SectionStable reference
OverviewDOC-CP-scheduling-api-updateJob#overview
RequestDOC-CP-scheduling-api-updateJob#request
ResponsesDOC-CP-scheduling-api-updateJob#responses