Redis
Update Regions (Global)
Update the regions of global database
curl -X POST \
https://api.upstash.com/v2/redis/update-regions/:id \
-u 'EMAIL:API_KEY' \
-d '{ "read_regions":["us-west-1"] }'
"OK"
Request
id
string
requiredThe ID of your database
read_regions
Array<string>
requiredArray of read regions of the database
Options: us-east-1
, us-west-1
, us-west-2
, eu-west-1
, eu-central-1
,
ap-southeast-1
, ap-southeast-2
, sa-east-1
Was this page helpful?
curl -X POST \
https://api.upstash.com/v2/redis/update-regions/:id \
-u 'EMAIL:API_KEY' \
-d '{ "read_regions":["us-west-1"] }'
"OK"