INPUT_OBJECT

DeleteK8sProtectionSetInput

Description

Input for deleting a Kubernetes protection set.

link GraphQL Schema definition

  • input DeleteK8sProtectionSetInput {
  • # Flag to specify whether to preserve snapshots of the Kubernetes protection set
  • # or to delete them. The default is to preserve the snapshots.
  • preserveSnapshots: Boolean
  • # Required. ID of the Kubernetes protection set to delete.
  • id: String!
  • }

link Require by