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"
}

Changes

No recorded changes to this endpoint across all 11 revisions of this API.