# list

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

## Usage

```
cldkctl flexi-intance 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-intance list 
```

2. The terminal displays the command output.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FKjayLu9bc9Yrh3BhX5JU%2Fimage.png?alt=media&#x26;token=476688a8-b370-4b2a-ba8c-1a5d4a2c6d0e" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="182">Column</th><th>Description</th></tr></thead><tbody><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](https://docs.cloudeka.ai/cloudeka-api-list/global-flags). Refer to the Global Flags section for details
{% endhint %}

| Flag                 | Description                |
| -------------------- | -------------------------- |
| -h, --help           | Help for the list command. |
| -p, --project string | Specify project ID.        |
