delete
The vcluster command is used to remove a virtual cluster from a project. This command deletes a specific virtual cluster based on the provided name and project ID.
Usage
cldkctl vcluster delete [flags]Aliases
delete, rmSteps
Run the following command in your terminal:
cldkctl vcluster delete --name [vcluster name] --project [project ID] Replace
[vcluster name]with the name of the virtual cluster to be deleted. The cluster name can be obtained from the vcluster list section.Replace
[project ID]with the corresponding project identifier. The project ID can be found in the project list section.Once completed successfully, the terminal displays the message "✓ VCluster deleted successfully!"

Flags
Flag
Description
-h, --help
Help for the vcluster delete command.
-n, --name string
Specify virtual cluster name.
-p, --project string
Specify project ID.
Last updated
