Clear the archived repositories metering
Technical preview
Clear the archived repositories metering information in the cluster.
Path parameters
-
node_id
string | array[string] Required Comma-separated list of node IDs or names used to limit returned information.
-
max_archive_version
number Required Specifies the maximum
archive_version
to be cleared from the archive.
DELETE
/_nodes/{node_id}/_repositories_metering/{max_archive_version}
curl \
--request DELETE 'http://api.example.com/_nodes/{node_id}/_repositories_metering/{max_archive_version}' \
--header "Authorization: $API_KEY"