INPUT_OBJECT

DeleteUnmanagedSnapshotsInput

Description

Input to delete snapshots of unmanaged objects.

link GraphQL Schema definition

  • input DeleteUnmanagedSnapshotsInput {
  • # List of UUIDs to delete snapshots.
  • snapshotIds: [UUID!]!
  • }

link Require by