v12

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-05-286377631.6 MB
/api/cache

POST /api/cache/invalidate

Invalidate cache entries.

Use it like /api/cache/invalidate?database=1&dashboard=15 (any number of database/dashboard/question can be supplied).

&include=overrides controls whenever you want to invalidate cache for a specific cache configuration without touching all nested configurations, or you want your invalidation to trickle down to every card.

post/api/cache/invalidate

Query parameters

include'overrides' nullable

All cache configuration overrides should invalidate cache too

databaseinteger[] nullable

A list of database ids

dashboardinteger[] nullable

A list of dashboard ids

questioninteger[] nullable

A list of question ids

Response

Successful response

status200 | 404 required