Remove-VmcSddc

This cmdlet removes a VMware Cloud on AWS software-defined data center (SDDC) from the VMware Cloud environment.

Syntax

-Sddc  <VmcSddc[]>
[-Force]
[-RunAsync]
[-Server  <VmcServer[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Sddc
VmcSddc[] named
  • wildcards
  • pipeline
  • Specifies the SDDC that you want to remove.
    optional
    Force
    SwitchParameter named If specified will forcefully delete the SDDC. Beware: do not use the force flag if there is a chance an active provisioning or deleting task is running against this SDDC.
    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
  • wildcards
  • Specifies the VMware Cloud on AWS servers on which you want to run the cmdlet. If no value is provided or $null value is passed 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-VmcSddc -Sddc $SDDC

    Removes the specified $Sddc SDDC from the VMware Cloud environment.

    Example 2

    Remove-VmcSddc -Sddc $SDDC -RunAsync

    Removes asynchronously the specified $SDDC from the VMware Cloud environment.

    Related Commands

    Feedback

    Was this page helpful?