List User Instances
List User Instances.
Last updated
curl -X GET '{API_URL}/computing/instances' \
-H 'Authorization: Bearer {ACCESS_TOKEN}' \
-H 'Content-Type: application/json' \{
"data": [
{
"id": "102cade84ea-e703-4400-b77d-8ed545d198ee",
"region": "CANADA",
"product_type": "GPU",
"host_name": "demo",
"cpu_cores": 28,
"ram": 58,
"gpu_type": "RTX-A6000",
"gpu_count": 1,
"disk_size": 100,
"ephemeral": 1500,
"public_ipv4": "38.80.81.128",
"price_per_hour": 0.679,
"os": "Ubuntu Server 20.04 LTS (Focal Fossa)",
"status": "Running"
}
],
"total_instance": 1,
"message": "All instances retrieved successfully",
"status": "success"
}