Remove a Kubernetes cluster.
Remove-CivoKubernetesCluster [-Id] <String[]> [<CommonParameters>]
Remove a Kubernetes cluster, based on ID. The ID parameter is mandatory, and can take more than one cluster ID at the time.
Remove-CivoKubernetesCluster -Id xxxxxxxx-xxxx-xxxx-xxxxxxxxxxxx
$cluster = @()
Name = "ClustersLastStand"
NodeCount = 2
NodesSize = "g2.large"
Tags = "prod powershell"
Applications = "prometheus-operator, MinIO"
}
New-CivoKubernetesCluster @cluster
The ID of the cluster you want to remove. This parameter is mandatory and must be set to continue.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
https://roberthstrand.github.io/civoShell/Remove-CivoKubernetesCluster.md