Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 209 Bytes

cache.md

File metadata and controls

11 lines (8 loc) · 209 Bytes

Cache

Drop cache operation

You can drop the whole internal Aidbox cache (e.g. introspected tokens) using this operation:

{% code title="Example request" %}

POST /$drop-cache

{% endcode %}