Interviewer - Server > Administration and maintenance > Adding a new interviewing server to an existing cluster > Command line operations > Command line scenarios > Removing a server from the cluster
 
Removing a server from the cluster
There are two options for removing a server from a cluster.
Detach
Run ClusterEditor.exe, using the -detachparameter, on the cluster's primary server. The purpose is to remove the server from the cluster and update the server's status to detached in the cluster configuration file. For example:
ClusterEditor.exe <cluster configuration file> [-detach <server name>]
Delete
When removing an attached server, run ClusterEditor.exe, using the -delete parameter, on the cluster's primary server. The parameter first detaches the server, then removed the server from the cluster configuration file.
ClusterEditor.exe <cluster configuration file> [-delete <server name>]
You will be asked to confirm the server removal.
See also
Command line scenarios