Retrieves detailed information about a GPU instance including SSH connection details, vault mount scripts, real-time cost tracking, and current status. SSH private key included for secure access.
{
"id": "<string>",
"name": "<string>",
"status": "<string>",
"ip": "<string>",
"instanceType": "<string>",
"region": "<string>",
"pricePerHour": "<string>",
"gpu": "<string>",
"specs": {},
"startedAt": "<string>",
"currentRuntimeSeconds": 123,
"currentCost": "<string>",
"createdAt": "<string>",
"ssh": {
"host": "<string>",
"user": "<string>",
"command": "<string>",
"privateKey": "<string>",
"instructions": "<array>"
},
"vaultMounts": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.case.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key starting with sk_case_
Instance ID
Was this page helpful?
{
"id": "<string>",
"name": "<string>",
"status": "<string>",
"ip": "<string>",
"instanceType": "<string>",
"region": "<string>",
"pricePerHour": "<string>",
"gpu": "<string>",
"specs": {},
"startedAt": "<string>",
"currentRuntimeSeconds": 123,
"currentCost": "<string>",
"createdAt": "<string>",
"ssh": {
"host": "<string>",
"user": "<string>",
"command": "<string>",
"privateKey": "<string>",
"instructions": "<array>"
},
"vaultMounts": {}
}