Last active
April 13, 2026 15:44
-
-
Save garraflavatra/50981373f8b17256844d5c77eaf30a3b to your computer and use it in GitHub Desktop.
Delete all loki logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -gvX POST "http://127.0.0.1:3100/loki/api/v1/delete?query={}&start=1591616227" | |
| # check status: | |
| curl -X GET "http://127.0.0.1:3100/loki/api/v1/delete" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment