INPUT_OBJECT
RemoveClusterNodesInput
Description
Request parameters for removing nodes from a cluster.
link GraphQL Schema definition
- input RemoveClusterNodesInput {
- # UUID of the customer cloud account.
- : UUID
- # Cluster UUID.
- : UUID!
- # List of node IDs to be removed.
- : [String!]
- # Metadata for the nodes.
- : [NodeMetadataInput!]
- # Specifies whether to remove the cloud resources associated with the nodes.
- : Boolean
- # Type of reset to perform after removing the node.
- : ResetAfterRemoveType
- # Use quick drain instead of full data drain (not recommended).
- : Boolean
- # Cloud vendor type.
- : CcpVendorType
- }