# 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](/guidance-for-individual/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.        |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/guidance-for-individual/cloudeka-api-list/command-reference/cldkctl-flexi/instance/list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
