[Yandex Cloud documentation](../../../index.md) > [Yandex Compute Cloud](../../index.md) > [CLI reference](../index.md) > [image](index.md) > list

# yc compute image list

List images

#### Command Usage

Syntax:

`yc compute image list [Flags...] [Global Flags...]`

#### Flags

#|
||Flag | Description ||
|| `--limit` | `int`

The maximum number of items to list. Default is 1000 items ||
|#

#### Global Flags

#|
||Flag | Description ||
|| `--profile` | `string`

Set the custom configuration file. ||
|| `--debug` | Debug logging. ||
|| `--debug-grpc` | Debug gRPC logging. Very verbose, used for debugging connection problems. ||
|| `--no-user-output` | Disable printing user intended output to stderr. ||
|| `--retry` | `int`

Enable gRPC retries. By default, retries are enabled with maximum 5 attempts.
Pass 0 to disable retries. Pass any negative value for infinite retries.
Even infinite retries are capped with 2 minutes timeout. ||
|| `--cloud-id` | `string`

Set the ID of the cloud to use. ||
|| `--folder-id` | `string`

Set the ID of the folder to use. ||
|| `--folder-name` | `string`

Set the name of the folder to use (will be resolved to id). ||
|| `--endpoint` | `string`

Set the Cloud API endpoint (host:port). ||
|| `--token` | `string`

Set the OAuth token to use. ||
|| `--impersonate-service-account-id` | `string`

Set the ID of the service account to impersonate. ||
|| `--no-browser` | Disable opening browser for authentication. ||
|| `--format` | `string`

Set the output format: text (default), yaml, json, json-rest. ||
|| `--jq` | `string`

Query to select values from the response using jq syntax ||
|| `-h`, `--help` | Display help for the command. ||
|#
#### Examples

 * [Recovering a disk from an image](../../operations/disk-create/from-image.md#cli_1)
 * [Assigning a role](../../operations/image-control/access.md#cli_1)
 * [Deleting a disk image](../../operations/image-control/delete.md#cli_1)
 * [Encrypting an image](../../operations/image-control/encrypt.md#cli_1)
 * [Getting a list of disk images](../../operations/image-control/get-list.md#cli_1)
 * [Importing an image from a different cloud or folder](../../operations/image-control/import.md)
 * [Creating an image from another custom image](../../operations/image-create/create-from-image.md#cli_1)
 * [Creating an image in Compute Cloud](../../operations/image-create/upload.md#tf_1)
 * [Creating a VM from a public image](../../operations/images-with-pre-installed-software/create.md#cli_1)
 * [Getting a list of public images](../../operations/images-with-pre-installed-software/get-list.md#cli_1)
 * [Creating an autoscaling instance group](../../operations/instance-groups/create-autoscaled-group.md#cli_1)
 * [Creating a fixed-size instance group](../../operations/instance-groups/create-fixed-group.md#cli_1)
 * [Creating a fixed-size instance group with a network load balancer](../../operations/instance-groups/create-with-balancer.md#cli_1)
 * [Creating an instance group connected to Yandex Object Storage](../../operations/instance-groups/create-with-bucket.md#cli_1)
 * [Creating an instance group connected to a file storage](../../operations/instance-groups/create-with-filesystem.md#cli_1)
 * [Creating a group of instances with fixed IP addresses](../../operations/instance-groups/create-with-fixed-ip.md#cli_1)
 * [Creating a fixed-size instance group with an L7 load balancer](../../operations/instance-groups/create-with-load-balancer.md#cli_1)
 * [Creating an instance group in a placement group](../../operations/placement-groups/create-ig-in-pg.md#cli_1)
 * [Moving a VM to a different cloud](../../operations/vm-control/vm-change-cloud.md#cli_1)
 * [Creating a VM from a pre-built image](../../operations/vm-create/create-from-user-image.md#cli_1)
 * [In Compute Cloud, create an image with the Gen 2 hardware generation assigned](../../operations/vm-create/create-gen2-vm.md#tf_1)
 * [Creating a VM from a public Linux image](../../operations/vm-create/create-linux-vm.md#cli_1)
 * [Creating a preemptible VM](../../operations/vm-create/create-preemptible-vm.md#cli_1)
 * [Creating a VM with a GPU](../../operations/vm-create/create-vm-with-gpu.md#cli_1)