Backend/influx-commands.md

7 lines
230 B
Markdown
Raw Permalink Normal View History

2024-04-14 11:44:05 +00:00
# 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"
```