Skip to content

Instantly share code, notes, and snippets.

@garraflavatra
Last active April 13, 2026 15:44
Show Gist options
  • Select an option

  • Save garraflavatra/50981373f8b17256844d5c77eaf30a3b to your computer and use it in GitHub Desktop.

Select an option

Save garraflavatra/50981373f8b17256844d5c77eaf30a3b to your computer and use it in GitHub Desktop.
Delete all loki logs
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