Getting a list of disk images
Written by
Updated at June 11, 2025
To get a list of disk images:
Management console
CLI
API
- In the management console
, select the folder containing your disk images. - Select Compute Cloud.
- In the left-hand panel, select
Images.
If you do not have the Yandex Cloud CLI installed yet, install and initialize it.
By default, the CLI uses the folder specified when creating the profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also set a different folder for any specific command using the --folder-name or --folder-id parameter.
-
See the description of the CLI command for using disk images:
yc compute image --help -
Get a list of disk images in the default folder:
yc compute image listResult:
+----------------------+-------------+--------+-------------+--------+ | ID | NAME | FAMILY | PRODUCT IDS | STATUS | +----------------------+-------------+--------+-------------+--------+ | fd8n3spmksqm******** | first-image | | | READY | +----------------------+-------------+--------+-------------+--------+
Use the list REST API method for the Image resource or the ImageService/List gRPC API call.