Skip to main content
GET
/
v1
/
rentals
/
:id
curl https://gpuoutlet.ai/v1/rentals/rent_01H... --cookie "sid=$SID"
{
  "id": "rent_01H...",
  "name": "my-finetune",
  "status": "running",
  "familyId": "rtx-4090",
  "gpuCount": 1,
  "pricePerHourCents": 65,
  "host": "123.45.67.89",
  "port": 22001,
  "region": "US-East",
  "provider": "vast",
  "startedAt": "2026-06-07T08:14:22Z",
  "stoppedAt": null,
  "totalChargedCents": 47,
  "error": null
}
id
string
required
Rental id (rent_…).
id
string
name
string | null
status
string
provisioning, running, stopping, stopped, failed.
familyId
string
gpuCount
number
pricePerHourCents
number
host
string | null
Populated when status='running'.
port
number | null
region
string
provider
string
Upstream provider code.
startedAt
string
stoppedAt
string | null
totalChargedCents
number
Live; updates every second while running.
error
string | null
Provider error message if status='failed'.
curl https://gpuoutlet.ai/v1/rentals/rent_01H... --cookie "sid=$SID"
{
  "id": "rent_01H...",
  "name": "my-finetune",
  "status": "running",
  "familyId": "rtx-4090",
  "gpuCount": 1,
  "pricePerHourCents": 65,
  "host": "123.45.67.89",
  "port": 22001,
  "region": "US-East",
  "provider": "vast",
  "startedAt": "2026-06-07T08:14:22Z",
  "stoppedAt": null,
  "totalChargedCents": 47,
  "error": null
}