Remove-HCXComputeProfile Command | Vmware PowerCLI Reference

Remove-HCXComputeProfile

This cmdlet removes an existing HCX Compute Profile.

Syntax

Remove-HCXComputeProfile
-ComputeProfile < HCXComputeProfile >
[-ProgressAction < ActionPreference > ]
[-Server < HcxServer[] > ]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
ComputeProfile HCXComputeProfile named
  • pipeline
Specifies the Compute Profile that you want to remove. To retrieve a Compute Profile, use the Get-HCXComputeProfile cmdlet.
optional ProgressAction ActionPreference named
optional Server HcxServer[] named
Specifies the HCX Server systems 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-HCXServer cmdlet.

Output

VMware.VimAutomation.Hcx.Types.V1.HCXInterconnectTask

Examples

Example 1

$myComputeProfile = Get-HCXComputeProfile -Name "myComputeProfile"
		Remove-HCXComputeProfile -ComputeProfile $myComputeProfile

Removes the Compute Profile.

Related Commands

HCXComputeProfile

This cmdlet retrieves a list of the HCX Compute Profiles.

This cmdlet creates an HCX Compute Profile.

This cmdlet removes an existing HCX Compute Profile.

This cmdlet modifies the HCX Compute Profile.

HCXComputeProfileDVS

This cmdlet creates a Distributed Virtual Switch (DVS) configuration for a Compute Profile.

HCXComputeProfileNetwork

This cmdlet creates a Network Profile configuration for the Compute Profile.