POST
/
v2
/
redis
/
enable-autoupgrade
/
{id}
curl --request POST \
  --url https://api.upstash.com/v2/redis/enable-autoupgrade/{id} \
  --header 'Authorization: Basic <encoded-value>'
"OK"

Authorizations

Authorization
string
header
required

Basic authentication using email and API key

Path Parameters

id
string
required

The ID of the database to enable auto upgrade

Response

200 - application/json

Auto upgrade enabled successfully

The response is of type string.