Request: Option to reset or clear execution statistics

I would like to request a feature that allows users to reset their execution statistics (Prod. executions, Failed prod. executions, etc.) shown in the dashboard. Currently, these metrics accumulate indefinitely, and it would be very helpful to have a way to clear them or reset them for new project tracking or reporting periods

Hi @GhostScript

Unless you are on cloud subscription, most of these metrics are good for the last 7 days. They do not accumulate indefinitely

1 Like

Voted. If you’re self-hosted, there’s a partial workaround: you can directly reset the statistics by truncating the executions table in your n8n database (Postgres/MySQL) - but that removes all execution history along with the stats, not just the counters. The feature request is still valid especially for Cloud users or anyone who wants to reset per-project baselines without wiping execution logs. A dedicated “Reset stats for this period” button scoped to the workflow dashboard would be genuinely useful.