A.84 remove Tag

Removes a tag from an object.

Syntax

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

Where instance is:

{ id=id | name=name }

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

{ ServerPool | Server | Vm }

The object from which to remove the tag.

{ id=id | name=name }

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

Examples

Example A.117 Removing a tag from a server pool

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

See Also