Previous page

Next page

Locate page in Contents

Print this page

stop

Summary:

Stops the specified Virtuozzo Container.

A logged operation.

Request specification:

Name

Min/Max

Type

Description

stop

 

 

 

{

 

 

 

eid

1..1

eid_type

Server ID.

force

0..1

none

Forcibly stop the container.

}

 

 

 

Returns:

OK/Error.

Description:

The call stops the specified Container. If the Container cannot be stopped, an error code will be returned. You can try to forcibly stop the server by including the force element in the request.

Example:

<packet version="4.0.0" id="2">

<target>vzaenvm</target>

<data>

<vzaenvm>

<stop>

<eid>ba17a0c5-9036-473c-a813-aa6f5b36cf16</eid>

</stop>

</vzaenvm>

</data>

</packet>

Please send us your feedback on this help page