Skip to content

caeops > dashboards

delete

Description


This command helps to delete a Dashboards Service. Run caeops dashboards delete --help for more help.

Synopsis


  delete
--name [value]

Options


--name (string)

Name of Dashboards Service you want to delete

Examples


To delete a Dashboards Service.

The following dashboards delete example deletes a Dashboards Service.

caeops dashboards delete --name=example

Output


Dashboards Service details -> (structure)

  • serviceName -> (string)
    Name of the Dashboards Service
  • serviceRegion -> (string)
    Region of Dashboards Service
  • serviceEndpoint -> (string)
    Endpoint of the Grafana Instance
  • serviceType -> (string)
    Type of the resource, dashboards-service for Dashboards Service
  • 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