--- title: "Start-VBRvCDReplicaFailback" description: "This cmdlet performs failback from a Cloud Director replica to the production vApp." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/start-vbrvcdreplicafailback.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > VMware Cloud Director > Replication for VMware Cloud Director > Cloud Director Replica Failback > Start-VBRvCDReplicaFailback" dateModified: "2026-08-19" --- # Start-VBRvCDReplicaFailback ## Short Description Starts to perform failback from Cloud Director replica to the production VM. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
ToOriginal (Default)
DifferentLocation
SpecifiedLocation
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Complete |
Defines that the cmdlet will switch the VDC replica from the failback state to the permanent failback state. |
|
False |
Named |
False |
|
DestinationNetwork |
Specifies an array of the target VDC replica networks for Cloud Director replica mapping. Accepts the |
|
False |
Named |
False |
|
DestinationvApp |
Specifies the vApp to which you want to perform a fail back. Accepts the |
|
True |
Named |
False |
|
DestinationVAppName |
Specifies a name of a new vApp. The cmdlet will create a vApp with this name and will perform failback to this vApp. |
|
False |
Named |
False |
|
DRSiteProxy |
For failback to a different location. Specifies an array of disaster recovery site networks. The cmdlet will map the replica to these networks. Accepts the |
|
False |
Named |
False |
|
Force |
Defines that the cmdlet will perform failover without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
OrganizationvDC |
Specifies the organization VDC to which you want to perform a fail back. Accepts the |
|
True |
Named |
False |
|
PowerOn |
Defines that the cmdlet will power on the production VM after performing failback. If you do not provide this parameter, you will need to power the VM on manually. |
|
False |
Named |
False |
|
ProdSiteProxy |
For failback to a different location. Specifies an array of production site networks. The cmdlet will map the replica to these networks. Accepts the |
|
False |
Named |
False |
|
Reason |
Specifies the reason for performing failback. |
|
False |
Named |
False |
|
ReplicaNetwork |
Specifies an array of the VDC replica networks for Cloud Director replica mapping. Accepts the |
|
False |
Named |
False |
|
RestorePoint |
Specifies a restore point of a Cloud Director replica to which you want to perform a fail back. Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Retry |
Defines that if failback does not complete successfully, Veeam Backup & Replication will start to perform failback to a VDC replica again. If you do not specify this parameter, the cmdlet will not start to perform failover to a VDC replica if some VMs are in the incomplete state. |
|
False |
Named |
False |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. Note: This parameter cannot be used if you set the failback switch schedule by running the |
|
False |
Named |
False |
|
StoragePolicy |
Specify the storage policy that you want to apply to the production VMs after performing failback. Accepts the |
|
False |
Named |
False |
|
SwitchingSchedule |
Specifies a switching schedule for VDC replica. The cmdlet will switch the replica to the production VM according to this schedule. Accepts the |
|
False |
Named |
False |
|
SwitchToProduction |
Defines that the cmdlet will switch the VDC replica from the ready to switch state to the failback state. |
|
False |
Named |
False |
|
Confirm |
Defines that the cmdlet will display a prompt that asks if you want to continue running the command. |
|
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. |
|
False |
Named |
False |