--- title: "Start-VBRFailoverPlan" description: "This cmdlet starts failover by failover plan. With this cmdlet, you can start a number of failover processes." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/start-vbrfailoverplan.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Replication > Failover Plans > Start-VBRFailoverPlan" dateModified: "2026-08-19" --- # Start-VBRFailoverPlan ## Short Description Starts failover by failover plan. **Platform**: VMware, Hyper-V **Product Edition**: Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
AllParameterSets (Default)
FromDate
Test
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
FailoverPlan |
Specifies the array of failover plans you want to start. Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
Force |
Used for cloud failovers to start full failover after the user's site is already partially failed over to cloud replicas. If you provide this parameter, the cmdlet turns off the user appliance without notifying the user. Otherwise, the cmdlet will display a warning. |
|
False |
Named |
False |
|
FromDate |
Use this parameter to fail over to a particular restore point. Specifies the date and time to which you want to fail over. Veeam Backup & Replication will find a restore point closest to this moment. If omitted, Veeam Backup & Replication will fail over to the latest restore point. |
|
False |
Named |
False |
|
KeepAliveDuration |
Specifies a timeout in minutes for a CDP replicas failover test. The CDP replica will be active during this period of time. Note: Consider the following:
|
|
False |
Named |
False |
|
Test |
Defines that the failover runs in test mode. |
|
False |
Named |
False |
|
Wait |
Use this parameter to manage starting multiple failover processes. If you provide this parameter, the next failover process will wait for the previous to end. |
|
False |
Named |
False |