Skip to main content
POST
/
api
/
v1
/
admin
/
cache
/
evict
/
all
Evict all caches
curl --request POST \
  --url http://localhost:3091/api/v1/admin/cache/evict/all \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

JWT access token from POST /v1/api/auth/login

Response

All caches evicted

{key}
string