finspace / Client / delete_kx_cluster_node
delete_kx_cluster_node#
- finspace.Client.delete_kx_cluster_node(**kwargs)#
Deletes the specified nodes from a cluster.
See also: AWS API Documentation
Request Syntax
response = client.delete_kx_cluster_node( environmentId='string', clusterName='string', nodeId='string' )
- Parameters:
environmentId (string) –
[REQUIRED]
A unique identifier for the kdb environment.
clusterName (string) –
[REQUIRED]
The name of the cluster, for which you want to delete the nodes.
nodeId (string) –
[REQUIRED]
A unique identifier for the node that you want to delete.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
finspace.Client.exceptions.InternalServerException
finspace.Client.exceptions.ThrottlingException
finspace.Client.exceptions.AccessDeniedException
finspace.Client.exceptions.ValidationException
finspace.Client.exceptions.ResourceNotFoundException