Atlas
Admin — Cache

Flush cache

Flushes all cache entries. Platform admin only.

POST
/api/v1/admin/cache/flush

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:3001/api/v1/admin/cache/flush"
{
  "ok": true,
  "flushed": 0,
  "message": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}