Remove-VmcSddcSiteRecoveryInstance

This cmdlet removes site recovery instances from a VMware Cloud on AWS software-defined data center (SDDC) that has site recovery activated.

Syntax

-SiteRecoveryInstance  <IVmcSddcSrmInstance[]>
[-RunAsync]
[-Server  <VmcServer[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
SiteRecoveryInstance
IVmcSddcSrmInstance[] named
  • pipeline
  • Specifies the site recovery instance to be removed.
    optional
    RunAsync
    SwitchParameter named Indicates that the command returns immediately without waiting for the task to complete. In this mode, the output of the cmdlet is a Task object. For more information about the RunAsync parameter, run "help About_RunAsync" in the VMware PowerCLI console.
    optional
    Server
    VmcServer[] named Specifies the VMware Cloud on AWS servers on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-Vmc cmdlet.

    Output

    Examples


    Example 1

    Remove-VmcSddcSiteRecoveryInstance -SiteRecoveryInstance $srmInstance

    Removes the specified site recovery instance.

    Related Commands

    Feedback

    Was this page helpful?