Remove-VBRAzureRestoreProxy

Short Description

Removes a restore proxy appliance from the backup infrastructure.

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Remove-VBRAzureRestoreProxy -Proxy <VBRAzureRestoreProxy> [-Wait] [<CommonParameters>]

Detailed Description

This cmdlet removes a restore proxy appliance for restoring backups to Microsoft Azure VMs from the backup infrastructure.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Proxy

Specifies the restore proxy appliance that you want to remove.

Accepts the VBRAzureRestoreProxy object. To get this object, run the Get-VBRAzureRestoreProxyReturns a restore proxy appliance for restoring backups to Microsoft Azure VMs. cmdlet.

VBRAzureRestoreProxy

True

Named

False

Wait

Defines that the command waits for the process to complete before accepting more input.

SwitchParameter

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Examples

Removing Microsoft Azure Restore Proxy Appliance from Backup Infrastructure

This example shows how to remove a restore proxy appliance from the backup infrastructure.

$Proxy = Get-VBRAzureRestoreProxy Name "AzureProxy-01"

Remove-VBRAzureRestoreProxy -Proxy $Proxy

Perform the following steps:

  1. Run the Get-VBRAzureRestoreProxyReturns a restore proxy appliance for restoring backups to Microsoft Azure VMs. cmdlet. Specify the Name parameter value. Save the result to the $Proxy variable.
  2. Run the Remove-VBRAzureRestoreProxy cmdlet. Set the $Proxy variable as the Proxy parameter value.

Get-VBRAzureRestoreProxyReturns a restore proxy appliance for restoring backups to Microsoft Azure VMs.

Page updated 2026-08-19

Page content applies to build 13.1.1.18