--- title: "Disable-VBRCloudMaintenanceMode" description: "This cmdlet returns the cloud infrastructure to the normal operational mode. Cloud resources become available for the associated cloud tenants." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/disable-vbrcloudmaintenancemode.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam Cloud Connect > Veeam Cloud Connect Infrastructure Maintenance > Disable-VBRCloudMaintenanceMode" dateModified: "2026-08-19" --- # Disable-VBRCloudMaintenanceMode ## Short Description Disables Maintenance mode for the cloud infrastructure. **Platform**: VMware, Hyper-V **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License Requires a cloud provider license. ## Syntax ``` Disable-VBRCloudMaintenanceMode [-WhatIf] [-Confirm] [] ``` ## Detailed Description This cmdlet returns the cloud infrastructure to the normal operational mode. Cloud resources become available for the associated cloud tenants. Run the [`Enable-VBRCloudMaintenanceMode`](enable-vbrcloudmaintenancemode.md) cmdlet to bring the cloud infrastructure back to the Maintenance mode. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Confirm

Defines that the cmdlet will display a prompt that asks if you want to continue running the command.

Note: Microsoft PowerShell enables the Confirm parameter for this cmdlet by default. To disable this option, set the parameter value to $false. That is, Confirm:$false.

SwitchParameter

False

Named

False

WhatIf

Defines that the cmdlet will write a message that describes the effects of running the cmdlet without actually performing any action.

SwitchParameter

False

Named

False

`` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Examples ::: example ### Disabling Maintenance Mode for Cloud Infrastructure This command returns the cloud infrastructure to the normal operational mode. ``` Disable-VBRCloudMaintenanceMode ``` :::