cURL
curl --request POST \ --url https://api.upstash.com/v2/redis/update-regions/{id} \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "read_regions": [ "us-west-1", "us-west-2" ] }'
"OK"
Update the regions of a database
Show child attributes
Was this page helpful?