Skip to content
Last updated

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

Returns

success boolean

Whether cache clearing was successful

message string

Status message

caches_cleared object

Details of caches cleared

cURL
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": {}
}