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

# list

List all flexi image in your project. This command allows you to view the flexi image that have been created along with their details.

## Usage

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

2. The terminal displays the command output.

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

| Column     | Description                                   |
| ---------- | --------------------------------------------- |
| ID         | The unique identifier of the image.           |
| Name       | The name of the image.                        |
| Size       | The size of the image.                        |
| Created At | The date and time when the image was created. |

## Flags

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

<table><thead><tr><th width="271.77777099609375">Flag</th><th>Shorthand</th><th>Default</th><th>Description</th></tr></thead><tbody><tr><td>--help</td><td>-h</td><td></td><td>Help for the list command.</td></tr><tr><td>--image-type string</td><td>-i</td><td></td><td>Image type for filtering image.</td></tr><tr><td>--is-upload-success string</td><td>-s</td><td></td><td>Image upload success status for filtering image.</td></tr><tr><td>--limit string</td><td></td><td>10</td><td>Number of items per page for pagination (default "10").</td></tr><tr><td>--order-by string</td><td></td><td>desc</td><td>Order direction (asc or desc) (default "desc").</td></tr><tr><td>--order-column string</td><td></td><td>created-at</td><td>Column to order by (e.g., created_at, name) (default "created_at").</td></tr><tr><td>--page string</td><td></td><td>1</td><td>Page number for pagination (default "1").</td></tr><tr><td>--project string</td><td>-p</td><td></td><td>Project ID for filtering image.</td></tr><tr><td>--search string</td><td></td><td></td><td>Search term for filtering image.</td></tr></tbody></table>
