Remove-AksHciNodePool

Synopsis

Delete a node pool from a cluster.

Syntax

Remove-AksHciNodePool -clusterName <String>
                      -name <String>

Description

Delete a node pool from a cluster.

Example

Remove-AksHciNodePool -clusterName mycluster -name nodepool1

-clusterName

The name of the existing Kubernetes cluster.

Type: System.String
Parameter Sets: (All)
Aliases:

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

-name

The name of your node pool.

Type: System.String
Parameter Sets: (All)
Aliases:

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

Next steps

AksHci PowerShell Reference