Skip to content

caeops > metrics

delete

Description


This command helps you delete a Metrics Service. Run caeops metrics delete --help for more help.

Synopsis


  delete
--name [value]

Options


--name (string)

Name of Metrics Service

Examples


To delete a Metrics Service.

The following metrics delete example deletes a Metrics Service.

caeops metrics delete --name=example

Output


Metrics Service Details -> (Structure)

  • serviceName -> (string)
    Name of the Metrics Service
  • serviceRegion -> (string)
    Region of Metrics Service
  • serviceEndpoint -> (string)
    Endpoint of the Prometheus Instance
  • serviceType -> (string)
    Type of the resource, metrics-service for Metrics Service
  • groupName -> (string)
    Name of the service group to which the Metrics Service is added
  • labels -> Structure

    • key -> (string) Name of the label

    • value -> (string) Value of the label

  • createdAt -> (long)
    Creation timestamp

  • updatedAt -> (long)
    Last modified timestamp
Back to top