You didn't say exactly how you submitted the request, but if you are using curl, then use the -g flag to stop it doing its own globbing. You'll also need to quote the whole lot to stop the shell messing with it too.
Example here: https://www.robustperception.io/deleting-time-series-from-prometheus On Friday, 16 July 2021 at 07:49:24 UTC+1 瞿谷歌 wrote: > I execute the api request as follow: > /api/v1/admin/tsdb/delete_series?match[]={job="xxx"} > and > /api/v1/admin/tsdb/clean_tombstones > > but when i execute the query by "/api/v1/query" ,the data what should be > deleted is still returned. > Can you give some suggestion? > > > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/24d5d8d7-177f-45a5-aa66-320cc1fb1233n%40googlegroups.com.

