Skip to main content
GET
/
scaleway
/
instanceType
/
{zone}
List Scaleway Kapsule available instance types
curl --request GET \
  --url https://api.qovery.com/scaleway/instanceType/{zone} \
  --header 'Authorization: <api-key>'
{
  "results": [
    {
      "type": "T3A_XLARGE",
      "name": "t3a.xlarge",
      "cpu": 2,
      "ram_in_gb": 8,
      "bandwidth_in_gbps": "5.2",
      "bandwidth_guarantee": "UpTo",
      "architecture": "ARM64",
      "gpu_info": {
        "count": 123,
        "name": "<string>",
        "manufacturer": "<string>",
        "memory_in_mib": "<string>"
      },
      "attributes": {
        "instance_category": "<string>",
        "instance_generation": 123,
        "instance_family": "<string>",
        "instance_size": "<string>",
        "meets_resource_reqs": true
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Token API are generated by Qovery to manage machine to machine interaction and do not have a TTL. Prefix your token with "Token ". Curl Example: curl https://console.qovery.com/organization -H "Authorization: Token $qovery_token"

Path Parameters

zone
string
required

zone name

Example:

"fr-par-1"

Response

list the instance types available for Scaleway Kapsule by region

results
object[]