minecraft-helper/influx-commands.md
2024-04-14 12:44:05 +01:00

7 lines
230 B
Markdown

# Useful InfluxDB commands
## Delete data from bucket
```bash
influx delete --bucket mcutils --start 2024-01-01T00:00:00Z --stop 2025-01-05T00:00:00Z --org mcutils --token setme --predicate '_measurement="requests_per_route"
```