Skip to main content
POST
Upsert a Queue

Authorizations

Authorization
string
header
required

QStash authentication token

Body

application/json
queueName
string
required

The name of the queue

parallelism
integer
default:1
required

The number of parallel consumers consuming from the queue. Must be greater than 0.

Required range: x >= 1

Response

Queue created or updated successfully

Related topics

QueuesUpsert