Summary:
Stops the specified Virtuozzo Container.
A logged operation.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
Server ID. |
|
|
|
|
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>