INPUT_OBJECT

BulkDeleteHostInput

Description

Input for deleting multiple registered hosts.

link GraphQL Schema definition

  • input BulkDeleteHostInput {
  • # Required. Provide the ID of each host to deregister.
  • ids: [String!]!
  • }

link Require by