Update Regions
Redis
Update Regions
Update the regions of a database
POST
Update Regions
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
The ID of your database
Body
application/json
Array of Read Regions of the Database
Available options:
us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-west-1, eu-west-2, sa-east-1, ap-south-1, ap-northeast-1, ap-southeast-1, ap-southeast-2 Example:
["us-west-1", "us-west-2"]
Response
200 - application/json
Regions updated successfully
The response is of type string.
Example:
"OK"