> 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-flexi/instance/list.md).

# list

Retrieve a list of flexi instances in your project. This command provides details such as name, status, and more.

## Usage

```
cldkctl flexi instance list [flags]
```

## Aliases

```
list, ls
```

## Steps

Follow the steps below to run and view the result of this command:

1. Run the following command in your terminal:

```
cldkctl flexi instance list 
```

2. The terminal displays the command output.

<figure><img src="/files/Lz8HCH8sj2YczYiwwp14" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="182">Column</th><th>Description</th></tr></thead><tbody><tr><td>Instance ID</td><td>The unique identifier of the instance.</td></tr><tr><td>Name</td><td>The name of the instance.</td></tr><tr><td>Billing Type</td><td>The billing model used for the instance, such as Pay Per Use (PPU) or Trial.</td></tr><tr><td>vCPU</td><td>The number of virtual CPUs allocated to the instance.</td></tr><tr><td>RAM</td><td>The amount of memory allocated to the instance.</td></tr><tr><td>Root Disk</td><td>The size and type of the root disk attached to the instance.</td></tr><tr><td>OS</td><td>The operating system installed on the instance.</td></tr><tr><td>Region</td><td>The region where the instance is deployed.</td></tr><tr><td>Created</td><td>The date when the instance was created.</td></tr><tr><td>Status</td><td>The current status of the instance.</td></tr></tbody></table>

## 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 list command. |
| -p, --project string | Specify project ID.        |
