Get Instance Type
$ nirvana instance-types get
GET/v1/instance_types/{region}/{name}
Get an instance type by region and name
Get Instance Type
nirvana instance-types get \
--api-key 'My API Key' \
--region us-sva-2 \
--name n1-standard-8{
"chipset": "amd-epyc-9354p",
"created_at": "2025-01-01T00:00:00Z",
"family": "standard",
"memory_gb": 32,
"name": "n1-standard-8",
"network_bandwidth_gbps": 1,
"region": "us-sva-2",
"series": "n1",
"updated_at": "2025-01-01T00:00:00Z",
"vcpu": 8
}Returns Examples
{
"chipset": "amd-epyc-9354p",
"created_at": "2025-01-01T00:00:00Z",
"family": "standard",
"memory_gb": 32,
"name": "n1-standard-8",
"network_bandwidth_gbps": 1,
"region": "us-sva-2",
"series": "n1",
"updated_at": "2025-01-01T00:00:00Z",
"vcpu": 8
}