How to find the meter-id for retrieving and deleting a specific meter

This is the id field in the objects returned by the /meters endpoints. For instance, calling 'GET /meters' will return a list of meter objects, each containing an id field:

[
  {
    "meterApiName": "compute-instance-hours",
    "meterType": "sum_of_all_usage",
    "id": "2501a230-2e0d-11ed-862e-1b062db952ae",
    ...
  },
  ...
]

๐Ÿ“˜

Return to FAQs

See related from Metering and Event Ingestion: