Skip to main content
Images are the base templates used when creating compute instances. You can use public images or create custom ones. Aliases: images, img

Subcommands


list

List available images, optionally filtered by organization and region.

Flags

FlagDescription
—org stringOrganization ID
—region stringRegion ID
—jsonEmit the full JSON payload (mutually exclusive with -q)
-q, —query stringArrayjq filter for value extraction (see Query output with -q)

Example


create

Create a new custom image. Accepts input from a JSON file or stdin.

Flags

FlagDescription
—org stringOrganization ID
—region stringRegion ID
-f, —file stringPath to a JSON file
—stdinRead JSON from standard input
—dry-runPreview the request payload without persisting
-y, —yesAutomatically confirm creation
—jsonEmit the full JSON payload (mutually exclusive with -q)
-q, —query stringArrayjq filter for value extraction (see Query output with -q)

Examples


delete

Delete an existing image.

Flags

Example


Custom Images (Console)

Upload and use custom OS images via the Console UI.