A.72 kill

Kills an Oracle VM Server or virtual machine.

Syntax

kill { Server | Vm } instance

Where instance is:

{ id=id | name=name }

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=id | name=name }

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

Examples

Example A.91 Killing an Oracle VM Server

OVM> kill Server name=MyServer

Example A.92 Killing a virtual machine

OVM> kill Vm name=MyVM

See Also