PATCH
/
v2
/
redis
/
update-budget
/
{id}
curl -X PATCH \
  https://api.upstash.com/v2/redis/update-budget/:id \
  -u 'EMAIL:API_KEY' \
  -d '{"budget": 200}'
"OK"

URL Parameters

id
string
required

The ID of the database whose budget will be updated.

Request Parameters

budget
int
required

The new monthly budget for the database.

curl -X PATCH \
  https://api.upstash.com/v2/redis/update-budget/:id \
  -u 'EMAIL:API_KEY' \
  -d '{"budget": 200}'
"OK"