Redis

Enable Auto Upgrade

This endpoint enables Auto Upgrade for given database.

POST/v2/redis/enable-autoupgrade/{id}
cURL
curl --request POST \
  --url https://api.upstash.com/v2/redis/enable-autoupgrade/{id} \
  --header 'Authorization: Bearer <token>'
200Response
"OK"

Authorization

Authorizationheaderstringrequired

Bearer authentication header of the form Bearer <token>.

Path parameters

idpathstringrequired

The ID of the database to enable auto upgrade

Response

200 — Auto upgrade enabled successfully

Loading search…