POST
/
v2
/
redis
/
disable-eviction
/
{id}
curl -X POST \
  https://api.upstash.com/v2/redis/disable-eviction/:id \
  -u 'EMAIL:API_KEY'
"OK"

URL Parameters

id
string
required

The ID of the database to disable eviction

curl -X POST \
  https://api.upstash.com/v2/redis/disable-eviction/:id \
  -u 'EMAIL:API_KEY'
"OK"