Skip to main content
POST
/
v2
/
flowControl
/
{flowControlKey}
/
resume
Resume Flow Control Key
curl --request POST \
  --url https://qstash.upstash.io/v2/flowControl/{flowControlKey}/resume \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}
When a flow-control key is resumed, messages associated with that key will begin to be delivered again.

Authorizations

Authorization
string
header
required

QStash authentication token

Path Parameters

flowControlKey
string
required

The flow-control key to resume.

Response

The flow-control key has been resumed.