MicroStrategy ONE

Remove Server from Cluster statement

Removes an Intelligence Server from the cluster.

Copy
REMOVE 
 SERVER "server_name"FROM CLUSTER;

where:

  • SERVER "server_name" is the name of the server to leave the cluster, of type string.

Example

Copy
REMOVE 
 SERVER "PROD_SRV2" FROM CLUSTER;