--- title: "Remove-VBRHighAvailabilityCluster" description: "Disassembles an HA cluster. Product Edition: Premium This cmdlet disassembles an HA cluster. Parameter Description Type Required Position Accept Pipeline Input Defines that the command returns immediately without waiting for the task to complete." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/remove-vbrhighavailabilitycluster.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > High Availability Cluster > Remove-VBRHighAvailabilityCluster" dateModified: "2026-08-19" --- # Remove-VBRHighAvailabilityCluster ## Short Description Disassembles an HA cluster. **Product Edition**: Premium ## Syntax ``` Remove-VBRHighAvailabilityCluster [-RunAsync] [] ``` ## Detailed Description This cmdlet disassembles an HA cluster. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

RunAsync

Defines that the command returns immediately without waiting for the task to complete.

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 ### Disassembling HA cluster This command disassembles the HA cluster. ``` Remove-VBRHighAvailabilityCluster -RunAsync ``` :::