Skip to main content
POST
https://qstash.upstash.io
/
v2
/
flowControl
/
{flowControlKey}
/
reset
curl -X POST https://qstash.upstash.io/v2/flowControl/YOUR_FLOW_CONTROL_KEY/reset \
     -H "Authorization: Bearer <token>"
Resets the parallelism and rate counters for the specified flow control key. This is useful when you want to allow queued messages to be dispatched immediately, for example after recovering from a downstream outage.

Request

flowControlKey
string
required
The key of the flow control to reset. See the flow control for more details.

Response

Returns an empty 200 OK response on success.
curl -X POST https://qstash.upstash.io/v2/flowControl/YOUR_FLOW_CONTROL_KEY/reset \
     -H "Authorization: Bearer <token>"