cURL
curl --request POST \ --url https://qstash.upstash.io/v2/flowControl/{flowControlKey}/reset \ --header 'Authorization: Bearer <token>'
{ "error": "<string>" }
Resets the parallelism and rate counters for the specified flow control key. Use this to allow queued messages to be dispatched immediately, for example after recovering from a downstream outage.
QStash authentication token
The Flow Control key to reset
Flow control key reset successfully
Was this page helpful?