POST
/
v2
/
redis
/
disable-autoupgrade
/
{id}
curl --request POST \
  --url https://api.upstash.com/v2/redis/disable-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 disable auto upgrade

Response

200 - application/json

Auto upgrade disabled successfully

The response is of type string.