Summary:
Removes a Slave Node from a Virtuozzo group.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
Server ID of the slave Node being removed from the group. |
|
|
|
|
Forcibly remove the Node. |
|
|
|
|
Returns:
OK/Error
Description:
The call removes a slave Node from a Virtuozzo group. The request must be executed on the Master Node of the group. As a result, the specified slave Node will no longer be registered with this group and can be added to a different group or become a Master Node of a new group.
Example:
Input
<packet version="4.0.0" id="2">
<target>server_group</target>
<data>
<server_group>
<del>
<eid>15b0b336-1a53-4f5e-8e15-19ba4a2dbd9d</eid>
</del>
</server_group>
</data>
</packet>