4. Pricing
UpCloud resources are billed by the hour according to the price list.
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 server's license attribute,
then multiplied by the number of used CPU cores.
List prices
Returns a list of resource prices in the currency used by the account that sent the request. Use get account details to check the account currency.
Request
Response
{
"prices": {
"zone": [
{
"name": "fi-hel1",
"firewall": {
"amount": 1,
"price": 0.5
},
"io_request_backup": {
"amount": 1000000,
"price": 10
},
"io_request_hdd": {
"amount": 1000000,
"price": 0
},
"io_request_maxiops": {
"amount": 1000000,
"price": 0
},
"ipv4_address": {
"amount": 1,
"price": 0.3
},
"ipv6_address": {
"amount": 1,
"price": 0
},
"public_ipv4_bandwidth_in": {
"amount": 1,
"price": 0
},
"public_ipv4_bandwidth_out": {
"amount": 1,
"price": 5
},
"public_ipv6_bandwidth_in": {
"amount": 1,
"price": 0
},
"public_ipv6_bandwidth_out": {
"amount": 1,
"price": 5
},
"server_core": {
"amount": 1,
"price": 1.3
},
"server_memory": {
"amount": 256,
"price": 0.45
},
"storage_backup": {
"amount": 1,
"price": 0.007
},
"storage_hdd": {
"amount": 1,
"price": 0.013
},
"storage_maxiops": {
"amount": 1,
"price": 0.028
},
"server_plan_1xCPU-2GB": {
"amount": 1,
"price": 2.2321
},
"server_plan_2xCPU-4GB": {
"amount": 1,
"price": 4.4642
}
}
]
}
}