Documentation for scw marketplace

September 8, 2025 ยท View on GitHub

This API allows you to find available images for use when launching a Scaleway Instance.

Marketplace category management commands

Marketplace category management commands.

Get a specific category

Get information about a specific category of the marketplace catalog, specified by its category_id (UUID format).

Usage:

scw marketplace category get [arg=value ...]

Args:

NameDescription
category-idRequired

List existing image categories

Get a list of all existing categories. The output can be paginated.

Usage:

scw marketplace category list

Marketplace images management commands

Marketplace images management commands.

Get a specific marketplace image

Get detailed information about a marketplace image, specified by its image_id (UUID format).

Usage:

scw marketplace image get [arg=value ...]

Args:

NameDescription
labelRequired

List marketplace images

List all available images on the marketplace, their UUID, CPU architecture and description.

Usage:

scw marketplace image list [arg=value ...]

Args:

NameDescription
order-byOne of: name_asc, name_desc, created_at_asc, created_at_desc, updated_at_asc, updated_at_descOrdering to use
archChoose for which machine architecture to return images
categoryChoose the category of images to get
include-eolChoose to include end-of-life images

Marketplace local images management commands

Marketplace local images management commands.

Get a specific local image by ID

Get detailed information about a local image, including compatible commercial types, supported architecture, labels and the Availability Zone of the image, specified by its local_image_id (UUID format).

Usage:

scw marketplace local-image get [arg=value ...]

Args:

NameDescription
local-image-idRequired

List local images from a specific image or version

List information about local images in a specific Availability Zone, specified by its image_id (UUID format), version_id (UUID format) or image_label. Only one of these three parameters may be set.

Usage:

scw marketplace local-image list [arg=value ...]

Args:

NameDescription
order-byOne of: type_asc, type_desc, created_at_asc, created_at_descOrdering to use
zoneFilter local images available on this Availability Zone
archFilter local images available for this machine architecture
image-idFilter by image id
version-idFilter by version id
image-labelFilter by image label
typeOne of: unknown_type, instance_local, instance_sbsFilter by type

Marketplace version management commands

Marketplace version management commands.

Get a specific image version

Get information such as the name, creation date, last update and published date for an image version specified by its version_id (UUID format).

Usage:

scw marketplace version get [arg=value ...]

Args:

NameDescription
version-idRequired

List versions of an Image

Get a list of all available version of an image, specified by its image_id (UUID format).

Usage:

scw marketplace version list [arg=value ...]

Args:

NameDescription
image-id
order-byOne of: created_at_asc, created_at_desc