Page cover

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, rm

Steps

  1. Run the following command in your terminal:

cldkctl vcluster delete --name [vcluster name] --project [project ID] 
  1. Replace [vcluster name] with the name of the virtual cluster to be deleted. The cluster name can be obtained from the vcluster list section.

  2. Replace [project ID] with the corresponding project identifier. The project ID can be found in the project list section.

  3. Once completed successfully, the terminal displays the message "✓ VCluster deleted successfully!"

Flags

This command supports global flags. Refer to the Global Flags section for details

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