boolean IPS_DisconnectInstance (integer $InstanceID)
InstanceID | ID of the instance |
If the command succeeds, it returns TRUE, otherwise FALSE. |
The command disconnects a connected instance InstanceID from the parent instance. The specification of the parent instance is not necessary because an instance can only have one parent.
IPS_DisconnectInstance(12345);