POST
/
v2
/
redis
/
enable-autoupgrade
/
{id}
curl -X POST \
  https://api.upstash.com/v2/redis/enable-autoupgrade/:id \
  -u 'EMAIL:API_KEY'
"OK"

URL Parameters

id
string
required

The ID of the database to enable auto upgrade

curl -X POST \
  https://api.upstash.com/v2/redis/enable-autoupgrade/:id \
  -u 'EMAIL:API_KEY'
"OK"