Skip to main content
Updated May 10, 2026 The raff pricing command group browses Raff’s public pricing catalog. Use it to discover plan IDs (for raff vm create --pricing-id), per-GB storage rates (for cost forecasting), and floating IP rates. Output supports --output json for scripting.

Subcommand index

SubcommandWhat it does
vmList VM pricing plans
volumeShow per-GB volume pricing
backupShow per-GB backup storage pricing
snapshotShow per-GB snapshot storage pricing
ipShow floating IP pricing

vm

raff pricing vm [--region <region>] [--vm-type standard|premium] [--output table|json]
List VM plans. Output columns: ID, TYPE, REGION, vCPU, RAM, SSD, TRANSFER, $/HR, $/MO. The ID is what you pass to raff vm create --pricing-id.
# All standard plans
raff pricing vm --vm-type standard

# Cheapest plan that meets your minimums
raff pricing vm --output json | jq 'sort_by(.monthly_price) | .[0]'

volume

raff pricing volume [--region <region>] [--output table|json]
Show per-GB block storage pricing. Output: per-GB hourly + monthly rates for the requested (or default) region.

backup

raff pricing backup [--region <region>] [--output table|json]
Show per-GB backup storage pricing.

snapshot

raff pricing snapshot [--region <region>] [--output table|json]
Show per-GB snapshot storage pricing.

ip

raff pricing ip [--output table|json]
Show floating IP pricing by family (IPv4, IPv6). Output columns: FAMILY, $/HR, $/MO, $/YR, $/24MO.

VM commands

Use —pricing-id with raff vm create.

Region commands

Discover region codes.

data.raff_*_pricing (Terraform)

Same data, declarative.
Last modified on May 11, 2026