cURL
curl --request POST \ --url https://api.upstash.com/qstash-upgrade \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "customer_id": "[email protected]", "plan_name": "paid" }'
"OK"
Changes the QStash account to a different plan type. This operation changes the plan and associated limits for the QStash account.
paid
qstash_enterprise_1m
qstash_enterprise_10m
Was this page helpful?