Interface AttachedStorageDomainService.DeactivateRequest

    • Method Detail

      • force

        AttachedStorageDomainService.DeactivateRequest force​(Boolean force)
        Indicates if the operation should succeed and the storage domain should be moved to a deactivated state, even if the OVF update for the storage domain failed. For example, to deactivate storage domain `456` using force flag, send the following request: [source] ---- POST /ovirt-engine/api/datacenters/123/storagedomains/456/deactivate ---- With a request body like this: [source,xml] ---- true ---- This parameter is optional, and the default value is `false`.