INPUT_OBJECT
RemoveClusterNodesInput
Description
Request parameters for removing nodes from a cluster.
link GraphQL Schema definition
- input RemoveClusterNodesInput {
- # List of node IDs to be removed.
- String!] : [
- # Use quick drain instead of full data drain (not recommended).
- Boolean :
- # Cluster UUID.
- UUID! :
- # Metadata for the nodes.
- NodeMetadataInput!] : [
- }