UpCloud

Pricing

UpCloud resources are billed by the hour according to the price list. We also offer pricing plans for fixed server configurations.

Licensing fees

In addition to resource prices, some resources have licensing fees. Licenses apply to commercial operating system software. The licensing fee is indicated by the license attribute of the storage resource. The total licensing fee of a single server is indicated by the servers license attribute, then multiplied by the number of used CPU cores. Using a shared CPU core is calculated as a half CPU core.


GET/1.3/price

List prices

Returns a list of resource prices per zone. Each pricing object contains an amount (the unit quantity) and price (the hourly price for that amount).

Response fields

  • Name
    name
    Type
    string
    Description

    Zone identifier (e.g., fi-hel1, de-fra1).

  • Name
    firewall
    Type
    object
    Description

    Firewall pricing per server.

  • Name
    ipv4_address
    Type
    object
    Description

    IPv4 address pricing.

  • Name
    ipv6_address
    Type
    object
    Description

    IPv6 address pricing.

  • Name
    server_core
    Type
    object
    Description

    Server CPU core pricing.

  • Name
    server_memory
    Type
    object
    Description

    Server memory pricing per 256 MiB.

  • Name
    storage_backup
    Type
    object
    Description

    Backup storage pricing per GiB.

  • Name
    storage_hdd
    Type
    object
    Description

    HDD storage pricing per GiB.

  • Name
    storage_maxiops
    Type
    object
    Description

    MaxIOPS storage pricing per GiB.

Request

GET
/1.3/price
curl -X GET https://api.upcloud.com/1.3/price \
  -u your_username:your_password