INPUT_OBJECT

DeleteMssqlLiveMountInput

Description

Input for deleting a SQL Server Live Mount.

link GraphQL Schema definition

  • input DeleteMssqlLiveMountInput {
  • # Remove all data within the Rubrik cluster related to the Live Mount, even if the
  • # SQL Server database cannot be contacted. Default value is false.
  • force: Boolean
  • # Required. ID of the Live Mount to delete.
  • id: String!
  • }

link Require by