Delete Kx Cluster Node
| finspace_delete_kx_cluster_node | R Documentation | 
Deletes the specified nodes from a cluster¶
Description¶
Deletes the specified nodes from a cluster.
Usage¶
finspace_delete_kx_cluster_node(environmentId, clusterName, nodeId)
Arguments¶
| environmentId | [required] A unique identifier for the kdb environment. | 
| clusterName | [required] The name of the cluster, for which you want to delete the nodes. | 
| nodeId | [required] A unique identifier for the node that you want to delete. | 
Value¶
An empty list.
Request syntax¶
svc$delete_kx_cluster_node(
  environmentId = "string",
  clusterName = "string",
  nodeId = "string"
)