Upstash Documentation

Resume a Schedule

Resume a paused Schedule
1 min read
post/v2/schedules/{scheduleId}/resume
Request example
post/v2/schedules/{scheduleId}/resume

Resuming a schedule marks the schedule as active. This means the upcoming messages will be delivered and will not be ignored.

If the schedule is already active, this action has no effect.

Authorization

Authorizationstringheaderrequired#
QStash authentication token

1 alternative authorization method available — see the spec for details.

Path parameters

scheduleIdstringrequired#
The ID of the schedule to resume.

Responses

200
Schedule resumed successfully