A.139 remove Tag

Removes a tag from an object.

Syntax

remove Tag instance from { Server | ServerPool | Vm } instance

Where instance is:

{ id=value | name=value }

Description

This command removes a tag used to identify and group objects from an object.

Options

The following table shows the available options for this command.

Option

Description

{ Server | ServerPool | Vm }

The object from which to remove the tag.

{ id=value | name=value }

The instance of the object using either the id or name option, for example name=MyTag.

Examples

Example A.185 Removing a tag from a server pool

OVM> remove Tag name=MyTag from ServerPool name=MyServerPool

See Also