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


---

# 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/image/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.
