INPUT_OBJECT

DeleteManagedVolumeInput

Description

Input for deleting a Managed Volume.

link GraphQL Schema definition

  • input DeleteManagedVolumeInput {
  • # Flag to indicate whether to convert snapshots of this Managed Volume to relics
  • # or to delete them. Default is true.
  • preserveSnapshots: Boolean
  • # Required. ID of Managed Volume.
  • id: String!
  • }

link Require by