> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/guidance-for-enterprise/cloudeka-api-list/command-reference/cldkctl-vcluster/delete.md).

# 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] 
```

2. Replace `[vcluster name]` with the name of the virtual cluster to be deleted. The cluster name can be obtained from the vcluster list section.
3. Replace `[project ID]` with the corresponding project identifier. The project ID can be found in the project list section.
4. Once completed successfully, the terminal displays the message **"✓ VCluster deleted successfully!"**

<figure><img src="/files/4ZZBkSyvpDN0KeSsBPLa" alt=""><figcaption></figcaption></figure>

## Flags

{% hint style="info" %}
This command supports [global flags.](/guidance-for-enterprise/cloudeka-api-list/global-flags.md) Refer to the Global Flags section for details
{% endhint %}

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

<br>
