Skip to content

caeops > dashboards

delete-labels

Description


This command helps you delete labels of a Dashboards Service. Run caeops dashboards delete-labels --help for more help.

Synopsis


  delete-labels
--name [value]
--labels [value]

Options


--name (string)

Dashboards Service name

--labels (list)

List of all the labels that you want to attach

Examples


To delete labels of a Dashboards Service .

The following dashboards delete-labels example deletes labels of a Dashboards Service .

caeops dashboards delete-labels --name=name --labels=[{owner=example},{env=dev}]

Output


Label details -> (Structure)

  • key -> (string)
    Name of the field
  • value -> (string)
    Value of the field
Back to top