INPUT_OBJECT
DeleteK8sClusterInput
Description
Input for deleting a Kubernetes cluster.
link GraphQL Schema definition
- input DeleteK8sClusterInput {
- # v9.0: Flag to specify whether to preserve snapshots of the Kubernetes resource
- # sets in this cluster or to delete them. The default is to preserve the
- # snapshots.
- # v9.1+: Flag to specify whether to preserve snapshots of the Kubernetes
- # protection sets in this cluster or to delete them. The default is to preserve
- # the snapshots.
- Boolean :
- # Required. ID of the Kubernetes cluster to delete.
- String! :
- }