Skip to content

Invoke-UndoPcaDeployment

Synopsis

End-to-end removal of Private Cloud Automation

Syntax

Invoke-UndoPcaDeployment [-jsonFile] <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

The Invoke-UndoPcaDeployment cmdlet is a single function to removal the configuration of the Private Cloud Automation for VMware Cloud Foundation validated solution.

Examples

Example 1

Invoke-UndoPcaDeployment -jsonFile .\pcaDeploySpec.json

This example removal Private Cloud Automation using the JSON specification provided.

Parameters

-jsonFile

The path to the JSON specification file to be created.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

Progress Action

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Common Parameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.