Redis
Enable Eviction
This endpoint enables eviction for given database.
POST
/
v2
/
redis
/
enable-eviction
/
{id}
Authorization
curl -X POST \
https://api.upstash.com/v2/redis/enable-eviction/:id \
-u 'EMAIL:API_KEY'
"OK"
URL Parameters
id
required
The ID of the database to enable eviction
Was this page helpful?
curl -X POST \
https://api.upstash.com/v2/redis/enable-eviction/:id \
-u 'EMAIL:API_KEY'
"OK"