GET
/
enterprise
/
v1
/
io-cloud
/
caas
/
price
Deployment Price Check
curl --request GET \
  --url https://api.io.solutions/enterprise/v1/io-cloud/caas/price \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "replica_count": 0,
    "gpus_per_container": 0,
    "available_replica_count": [
      0
    ],
    "discount": 0,
    "ionet_fee": 0,
    "ionet_fee_percent": 0,
    "currency_conversion_fee": 0,
    "currency_conversion_fee_percent": 0,
    "total_cost_usdc": 0
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

location_ids
integer[]
required
hardware_id
integer
default:1
required
duration_hours
integer
default:1
required
gpus_per_container
integer
default:8
required

Input should be greater than or equal to 8

replica_count
integer
default:1
required

Response

200

data
object