Previous page

Next page

Locate page in Contents

Print this page

del

Summary:

Removes a Slave Node from a Virtuozzo group.

Request specification:

Name

Min/Max

Type

Description

del

 

 

 

{

 

 

 

eid

1..1

eid_type

Server ID of the slave Node being removed from the group.

force

0..1

none

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>

Please send us your feedback on this help page