curl -X POST https://qstash.upstash.io/v2/flowControl/YOUR_FLOW_CONTROL_KEY/reset \ -H "Authorization: Bearer <token>"
Flow Control
Reset Flow-Control
Reset counters for a Flow-Control key
POST
https://qstash.upstash.io
/
v2
/
flowControl
/
{flowControlKey}
/
reset
Copy
Ask AI
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.