latestOpenAPI 3.1.02026-08-23100133183.1 KB

0d66c7340876

Container Registry

Get container registry price

get/v1/container-registry/pricing

Query parameters

currency'usd' | 'eur'
Example:usd

Currency to get the container registry price for

Response

Returns the container registry price per GB per month

price_per_month_per_gbnumber required

Price per GB per month

currency'usd' | 'eur' required

Currency

Example response

{
  "price_per_month_per_gb": 0.2,
  "currency": "usd"
}