title: Clear All Caches keywords:
- clear all caches
- post
- clear
- all
- caches
Clear all application caches (Redis + in-memory).
POSThttps://api.aitronos.com/v1/admin/cache/clear-all
success boolean
Whether cache clearing was successful
message string
Status message
caches_cleared object
Details of caches cleared
cURL
- Bash
- Python
- JavaScript
curl -X POST "https://api.aitronos.com/v1/admin/cache/clear-all" \
-H "X-API-Key: $FREDDY_API_KEY"Response:
200 OK
{
"success": true,
"message": "Operation completed successfully",
"caches_cleared": {}
}