Skip to main content
POST
/
v2
/
schedules
/
{scheduleId}
/
pause
Pause a Schedule
curl --request POST \
  --url https://qstash.upstash.io/v2/schedules/{scheduleId}/pause \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

QStash authentication token

Path Parameters

scheduleId
string
required

The ID of the schedule to pause.

Response

200

Schedule paused successfully