POST
/
redis
/
disable-autoupgrade
/
{id}
Disable Auto Upgrade
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 header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

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.

Example:

"OK"