Summary:
Restarts the specified Virtuozzo Container.
A logged operation.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
The Server ID of the Container. |
|
|
|
|
|
Returns:
OK/Error.
Description:
The call stops and then automatically starts the specified Virtuozzo Container. If the Container is not currently running, the call skips the stopping part and simply starts the Container.
Example:
<packet version="4.0.0" id="2">
<target>vzaenvm</target>
<data>
<vzaenvm>
<restart>
<eid>ba17a0c5-9036-473c-a813-aa6f5b36cf16</eid>
</restart>
</vzaenvm>
</data>
</packet>