Skip to main content
Upstash Documentation

Update Database Budget

This endpoint updates the monthly budget of a Redis database.
1 min read
patch/redis/update-budget/{id}
Request example
Response
patch/redis/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#
The ID of the database whose budget will be updated

Body

application/json
budgetintegerrequired#
The new monthly budget for the database

Responses

application/json
200
Budget updated successfully