docs: explicitly mention "delete_series" endpoint accepts any HTTP method (#5605)

See: #5552

Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com>
This commit is contained in:
Zakhar Bessarab 2024-01-11 15:39:11 +04:00 committed by Aliaksandr Valialkin
parent af47f96177
commit 178d64cc51
No known key found for this signature in database
GPG Key ID: 52C003EE2BCDB9EB
3 changed files with 4 additions and 0 deletions

View File

@ -1215,6 +1215,7 @@ before actually deleting the metrics. By default, this query will only scan seri
adjust `start` and `end` to a suitable range to achieve match hits.
The `/api/v1/admin/tsdb/delete_series` handler may be protected with `authKey` if `-deleteAuthKey` command-line flag is set.
Note that handler accepts any HTTP method, so sending a `GET` request to `/api/v1/admin/tsdb/delete_series` will result in deletion of time series.
The delete API is intended mainly for the following cases:

View File

@ -1223,6 +1223,7 @@ before actually deleting the metrics. By default, this query will only scan seri
adjust `start` and `end` to a suitable range to achieve match hits.
The `/api/v1/admin/tsdb/delete_series` handler may be protected with `authKey` if `-deleteAuthKey` command-line flag is set.
Note that handler accepts any HTTP method, so sending a `GET` request to `/api/v1/admin/tsdb/delete_series` will result in deletion of time series.
The delete API is intended mainly for the following cases:

View File

@ -14,6 +14,8 @@ menu:
**Deletes time series from VictoriaMetrics**
Note that handler accepts any HTTP method, so sending a `GET` request to `/api/v1/admin/tsdb/delete_series` will result in deletion of time series.
Single-node VictoriaMetrics:
<div class="with-copy" markdown="1">