Search + K

Command Palette

Search for a command to run...

Sign In

Clear the archived repositories metering

DELETE /_nodes/{node_id}/_repositories_metering/{max_archive_version}
Copy endpoint

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 archive_version to be cleared from the archive.

number

Responses

200 application/json
type NodesClearRepositoriesMeteringArchiveResponseBase = interface NodesTypesNodesResponseBase {
_nodes?: TypesNodeStatistics

Contains statistics about the number of nodes selected by the request.

interface TypesNodeStatistics {
failures?: TypesErrorCause[];
total: number;
successful: number;
failed: number;
}
;
}
& { cluster_name: TypesName
type TypesName = string
;nodes: { }; }