database
How to drop host records in influxdb
Reference link https://community.influxdata.com/t/commad-to-delete-a-particular-series-from-influxdb/5600/2 This is simply what I’ve run and it seems to have worked: DROP SERIES FROM "measurement" WHERE "tag" = 'value' Example for delete host=H13-92 influx -database grafana -host localhost -port 8086 -username root