Documentation
IPS_DisconnectInstance
boolean IPS_DisconnectInstance (int $InstanceID)
Parameters
InstanceID | ID of the instance |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
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.
Example
IPS_DisconnectInstance(12345);