QStash

Disable Production Pack

Disables the production pack for a QStash instance.

POST/v2/qstash/disable-prodpack/{id}
cURL
curl --request POST \
  --url https://api.upstash.com/v2/qstash/disable-prodpack/{id} \
  --header 'Authorization: Bearer <token>'
200Response
"OK"

Authorization

Authorizationheaderstringrequired

Bearer authentication header of the form Bearer <token>.

Path parameters

idpathstringrequired

QStash user ID

Response

200 — Production pack disabled successfully

Loading search…