Skip to main content
POST
/
v2
/
schedules
/
{scheduleId}
/
resume
Resume a Schedule
curl --request POST \
  --url https://qstash.upstash.io/v2/schedules/{scheduleId}/resume \
  --header 'Authorization: Bearer <token>'
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.

Authorizations

Authorization
string
header
required

QStash authentication token

Path Parameters

scheduleId
string
required

The ID of the schedule to resume.

Response

200

Schedule resumed successfully