A.120 kill

Kills an Oracle VM Server or virtual machine.

Syntax

kill { Server | Vm } instance

Where instance is:

{ id=value | name=value }

Description

This command kills an Oracle VM Server or virtual machine.

Options

The following table shows the available options for this command.

Option

Description

{ Server | Vm }

The object to kill, either an Oracle VM Server or a virtual machine.

{ id=value | name=value }

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

Examples

Example A.151 Killing an Oracle VM Server

OVM> kill Server name=MyServer

Example A.152 Killing a virtual machine

OVM> kill Vm name=MyVM

See Also