Skip to main content
POST
/
api
/
v1
/
metrics
/
{metric_id}
/
unarchive
Unarchive a billable metric
curl --request POST \
  --url https://api.example.com/api/v1/metrics/{metric_id}/unarchive \
  --header 'Authorization: Bearer <token>'
{
  "code": "BAD_REQUEST",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

metric_id
string<MeteroidId>
required

Metric ID

Example:

"bm_7n42DGM5Tflk9n8mt7Fhc7"

Response

Metric unarchived