Redis
Disable Auto Upgrade
This endpoint disables Auto Upgrade for given database.
POST/v2/redis/disable-autoupgrade/{id}
cURL
curl --request POST \
--url https://api.upstash.com/v2/redis/disable-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 disable auto upgrade