Set QStash Plan
QStash
Set QStash Plan
Changes the QStash account to a different plan type. This operation changes the plan and associated limits for the QStash account.
POST
Set QStash Plan
Documentation Index
Fetch the complete documentation index at: https://upstash.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
QStash user ID
Body
application/json
Target plan to upgrade to
Available options:
paid, qstash_fixed_1m, qstash_fixed_10m, qstash_fixed_100m Example:
"paid"
Response
200 - application/json
QStash plan changed successfully
The response is of type string.
Example:
"OK"