> 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/cloudeka-api-list/command-reference/cldkctl-vcluster.md).

# cldkctl vcluster

The vcluster command manages virtual cluster services for your projects. This command allows you to list, view details, create, deploy, or delete virtual cluster instances.

## Usage

```
cldkctl vcluster [flags]
cldkctl vcluster [command]
```

## Available commands

| Command | Descritpion                                        |
| ------- | -------------------------------------------------- |
| create  | Create a new virtual cluster.                      |
| delete  | Delete a virtual cluster.                          |
| deploy  | Deploy a virtual cluster.                          |
| detail  | Display detailed information of a virtual cluster. |
| list    | List all virtual clusters.                         |
| sleep   | Put a virtual cluster into sleep mode.             |
| wakeup  | Wake up a sleeping virtual cluster.                |

## Flags

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

| Flag       | Description                    |
| ---------- | ------------------------------ |
| -h, --help | Help for the vclucter command. |
