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

Images

Images are operating system or application disk images used to boot instances. AceCloud provides a catalog of public images and supports user-created (private) images from snapshots and saves.

Command: ace image


Table of Contents


List Images

List all available images in the current region.

ace image list

Aliases: ls

Filters

Flag
Description

--os

Filter by operating system (e.g. ubuntu, centos, windows, debian)

--category

Filter by image category

Examples

Table Output


Get Image Details

Get detailed information about a specific image. Accepts either an image name or UUID.

Aliases: show, describe

Examples

Detail Output


Delete Images

Delete one or more images. Accepts image names or UUIDs. Names are automatically resolved to UUIDs.

Aliases: rm

You can only delete images that belong to your project (private/shared visibility). Public images provided by AceCloud cannot be deleted.


Image Categories

List all available image categories. Categories group images by OS family or purpose.

Example Output

Use a category ID or name with the --category flag on ace image list:


Image Types

Visibility
Description

public

Provided by AceCloud, available to all users

private

Created by you (via snapshot or save-image), visible only in your project

shared

Shared with your project by another user


Common Images

Some commonly used public images:

Name
OS
Notes

Ubuntu-22.04-LTS

Ubuntu 22.04

Long-term support

Ubuntu-24.04-LTS

Ubuntu 24.04

Latest LTS

CentOS-9-Stream

CentOS 9

Stream release

Debian-12

Debian 12

Bookworm

Rocky-Linux-9

Rocky Linux 9

RHEL-compatible

Image availability varies by region. Use ace image list to see what is available in your current region.


Command Reference

Command
Description

ace image list

List all images

ace image list --os <os>

Filter images by OS

ace image list --category <cat>

Filter images by category

ace image get <name-or-id>

Get image details

ace image delete <name-or-id> [...]

Delete one or more images

ace image categories

List image categories

Last updated