cURL
curl --request POST \ --url https://api.upstash.com/v2/redis/enable-eviction/{id} \ --header 'Authorization: Basic <encoded-value>'
"OK"
This endpoint enables eviction for given database.
Was this page helpful?