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

Flavors

Flavors define the hardware configuration for an instance: CPU cores, RAM, disk space, and optionally GPU resources. Each flavor has associated hourly and monthly pricing.

Command: ace flavor


Table of Contents


List Flavors

List all available flavors in the current region.

ace flavor list

Aliases: ls

Filters

Flag
Description

--cpu

Show only CPU flavors (no GPU)

--gpu

Show only GPU flavors

--category

Filter by flavor category

Examples

Table Output

For CPU-only results, the table shows:

When GPU flavors are present, additional columns are displayed:


Get Flavor Details

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

Examples

Detail Output

For GPU flavors, additional fields are shown:


Understanding Flavor Names

Flavor names follow a naming convention that encodes their specifications:

Prefix
Meaning

C4i

Compute-optimized, 4th gen, Intel

M4i

Memory-optimized, 4th gen, Intel

G4i

General purpose, 4th gen, Intel

GPU

GPU-accelerated

Common sizes: small, medium, large, xlarge, 2xlarge, 4xlarge, 8xlarge.


Pricing

The flavor list and detail views include real-time pricing from the AceCloud pricing API:

  • PRICE/HR — Hourly rate (pay-as-you-go)

  • PRICE/MO — Monthly rate (approximate, based on full-month usage)

Pricing is displayed with the appropriate currency symbol for your account's billing region.

Pricing is fetched live from the API for the instances resource type. If the pricing API is temporarily unavailable, a dash (-) is shown instead of a price.


Command Reference

Command
Description

ace flavor list

List all available flavors

ace flavor list --cpu

List CPU-only flavors

ace flavor list --gpu

List GPU-only flavors

ace flavor list --category <cat>

List flavors by category

ace flavor get <name-or-id>

Get detailed flavor information

Last updated