# 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="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2For0mMif54W7nReuMTszK%2FScreenshot%20at%20Mar%2014%2022-57-23.png?alt=media&#x26;token=81e50118-1640-4e5f-ab30-2e256e130569" 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](https://docs.cloudeka.ai/cloudeka-api-list/global-flags). Refer to the Global Flags section for details
{% endhint %}

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