Remove-AksHciNode

Synopsis

Remove a physical node from your deployment.

Syntax

Remove-AksHciNode -nodeName <String>

Description

Remove a physical node from your deployment. You can use this command if a physical node fails.

Examples

Add a new physical node

Remove-AksHciNode -nodeName newnode

Parameters

-nodeName

The name of the node in the failover cluster to be removed.

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