Admin - Metrics
Clear metrics cache
Clears cached metrics data. By default, clears history cache. Use request body parameters to selectively clear specific cache types.
post/api/metrics/clear-cache
Request body
Example request
{
"limit": 15
}Response
Cache cleared successfully
Example response
{
"message": "Cache cleared successfully"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.