Skip to main content
GET
List managed database pricing
Updated July 6, 2026

Query Parameters

engine
enum<string>

Filter by database engine Database engine identifier. Defaults to postgres on create; the live catalog (including availability and versions) is GET /api/v1/databases/engines.

Available options:
postgres,
mysql,
valkey,
clickhouse,
kafka
Example:

"postgres"

Response

Managed database pricing

success
boolean
Example:

true

plans
object[]
ha_pricing
object[]

High availability pricing per engine

replica_pricing
object[]

Read replica pricing per engine

storage_pricing
object[]

Extra storage pricing per engine

Last modified on August 26, 2026