list
Usage
cldkctl flexi image list [flags]Aliases
list, lsSteps
cldkctl flexi image list 
Column
Description
Flags
Flag
Shorthand
Default
Description
Last updated

List all flexi image in your project. This command allows you to view the flexi image that have been created along with their details.
cldkctl flexi image list [flags]list, lsFollow the steps below to run and view the result of this command:
Run the following command in your terminal:
cldkctl flexi image list The terminal displays the command output.

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.
This command supports global flags. Refer to the Global Flags section for details
--help
-h
Help for the list command.
--image-type string
-i
Image type for filtering image.
--is-upload-success string
-s
Image upload success status for filtering image.
--limit string
10
Number of items per page for pagination (default "10").
--order-by string
desc
Order direction (asc or desc) (default "desc").
--order-column string
created-at
Column to order by (e.g., created_at, name) (default "created_at").
--page string
1
Page number for pagination (default "1").
--project string
-p
Project ID for filtering image.
--search string
Search term for filtering image.
Last updated