Search code examples
influxdb

In Influxdb, How to delete all measurements?


I know DROP MEASUREMENT measurement_name used to drop single measurement. How to delete all measurements at once ?


Solution

  • Theres no way to drop all of the measurements directly, but the query below will achieve the same result.

    DROP SERIES FROM /.*/