Redis

Disable Eviction

This endpoint disables eviction for given database.

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

Response

200 — Eviction disabled successfully

Loading search…