Clear the archived repositories metering
DELETE
/_nodes/{node_id}/_repositories_metering/{max_archive_version} Clear the archived repositories metering information in the cluster.
Required authorization
- Cluster privileges:
monitor,manage
Parameters
path Path Parameters
| Name | Type |
|---|---|
node_id
required
Comma-separated list of node IDs or names used to limit returned information. | type TypesNodeIds = type TypesNodeId = string | type TypesNodeId = string[] |
max_archive_version
required
Specifies the maximum | number |
Responses
200 application/json
type NodesClearRepositoriesMeteringArchiveResponseBase = interface NodesTypesNodesResponseBase {
_nodes?:TypesNodeStatistics ;
} & { cluster_name:TypesName ;nodes: { }; }
_nodes?:
} & { cluster_name: