Getting a list of disk images
Written by
Updated at February 12, 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 yet, install and initialize it.
The folder specified in the CLI profile is used by default. You can specify a different folder through 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 list
Result:
+----------------------+-------------+--------+-------------+--------+ | 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.