Upstash Documentation

Update QStash Budget

Updates the monthly spending budget limit for a QStash instance.
1 min read
patch/qstash/update-budget/{id}
Request example
Response
patch/qstash/update-budget/{id}

Authorization

Authorizationstringheaderrequired#
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded username:password.

Path parameters

idstringrequired#
QStash user ID

Body

application/json
budgetintegerrequired#
Monthly spending budget limit in dollars. Minimum 20, maximum 10000, or 0 for no limit.

Range: 0–10000

Responses

application/json
200
Budget updated successfully