delete
Last updated

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.
cldkctl vcluster delete [flags]delete, rmRun 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!"

This command supports global flags. Refer to the Global Flags section for details
-h, --help
Help for the vcluster delete command.
-n, --name string
Specify virtual cluster name.
-p, --project string
Specify project ID.
Last updated