iectl iem device label deallocate¶
This command is used to unassign a specific label from one or multiple devices within your IEM. Labels can be used for filtering, grouping, or categorizing devices across the system.
iectl iem device label deallocate [command]
Synopsis¶
Removes the association between a label and a device. Use this command to deallocate a label from a specified device by providing the device ID and label name.
iectl iem device label deallocate [flags]
Options¶
--device-id id of the device from which the label needs to be deallocated
--label label to be deallocated from the device
-h, --help help for deallocate
Options inherited from parent commands¶
-o, --output string output format
-q, --query string query on result of object
-v, --verbose verbose output
Example¶
iectl iem device label deallocate --device-id "69a5ba48b8a847748e040d498e7420e1" --label "label"
SEE ALSO¶
- iectl iem device label - allocate/deallocate labels to/from Edge Devices.
- iectl iem device label allocate - allocates a label to the specified device using its device ID. The labels can be used for better identification and organization of the devices.