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

Pricing

View resource pricing for compute flavors and storage types in your region.


Usage

ace pricing [--currency <code>]

Aliases: price

Flags

Flag
Default
Description

--currency

auto-detect

Currency code: INR, USD, EUR, etc.

By default, the CLI auto-detects the currency from your region/account. Use --currency to override.


Examples

Auto-detect currency:

ace pricing

Specific currency:

ace pricing --currency USD
ace pricing --currency INR
ace pricing --currency EUR

JSON output:


Output Format

Pricing is grouped into Compute (flavors with vCPUs) and Storage (volume types).

Example output:


Fields

Compute

Field
Description

FLAVOR

Flavor/instance type name

PRICE/HR

Hourly rate in selected currency

PRICE/MO

Monthly rate in selected currency

VCPUS

Number of virtual CPU cores

RAM

Memory allocation in GB

GPU

GPU count and model (if applicable)

Storage

Field
Description

TYPE

Volume/storage type name

PRICE/HR

Hourly rate per GB

PRICE/MO

Monthly rate per GB


Global Flags

Flag
Description

-o, --output

Output format: table (default) or json

--project

Override project ID

--region

Override region

Last updated