Remove one or more ranks from the cluster. All data in the ranks to be removed is rebalanced to other ranks before the node is removed unless the rebalance_sharded_data or rebalance_unsharded_data parameters are set to false in the input parameter options.
Due to the rebalancing, this endpoint may take a long time to run, depending on the amount of data in the system. The API call may time out if run directly. It is recommended to run this endpoint asynchronously via Create Asynchronous Job.
Name | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
ranks | array of ints | Rank numbers of the ranks to be removed from the cluster. | ||||||||
options | map of string to strings | Optional parameters. The default value is an empty map ( {} ).
|
Name | Type | Description |
---|---|---|
removed_ranks | array of ints | Ranks that were removed from the cluster. May be empty in the case of failures. |
results | array of strings | Text description of the result of each rank being removed. Indicates the reason for any errors that occur. Entries are in the same order as the input parameter ranks. |
info | map of string to strings | Additional information. |