Flow Control

Pause Flow Control Key

Pauses the delivery of messages associated with a specific flow-control key.

POST/v2/flowControl/{flowControlKey}/pause
cURL
curl --request POST \
  --url https://qstash-{region}.upstash.io/v2/flowControl/{flowControlKey}/pause \
  --header 'Authorization: Bearer <token>'

Authorization

Authorizationheaderstringrequired

Bearer authentication header of the form Bearer <token>.

Path parameters

flowControlKeypathstringrequired

The flow-control key to pause.

Response

200 — The flow-control key has been paused.

400 — Bad request. Returned when the flow-control key is not provided.

errorstringrequired

Error message

Loading search…