For the complete documentation index, see llms.txt. This page is also available as Markdown.

list

List public and private Images

Usage

ionosctl compute image list [flags]

Aliases

For image command:

[img]

For list command:

[l ls]

Description

List the Images your contract can see: IONOS-provided PUBLIC images (OS distributions and ISOs) and your own PRIVATE images (uploaded or snapshotted). The Public column distinguishes the two; the ImageAliases column shows the stable names (e.g. "ubuntu:latest") you can pass instead of a UUID when creating a volume.

Because public images are replicated per location, the same OS appears once per region (see the Location column, e.g. de/fra, gb/lhr). Narrow the result with server-side filters.

You can filter the results using the --filters option. Use the following format to set filters: --filters KEY1=VALUE1,KEY2=VALUE2. To list only your own images, filter on public=false. Available Filters:

  • filter by property: [name description location size cpuHotPlug cpuHotUnplug ramHotPlug ramHotUnplug nicHotPlug nicHotUnplug discVirtioHotPlug discVirtioHotUnplug discScsiHotPlug discScsiHotUnplug exposeSerial requireLegacyBios licenceType applicationType imageType public imageAliases requiredFeatures cloudInit]

  • filter by metadata: [etag createdDate createdBy createdByUserId lastModifiedDate lastModifiedBy lastModifiedByUserId state]

Options

Examples

Last updated