Stellar.AI
  • Overview
    • Overview
    • Architecture
  • Rendering
    • Getting started
    • Top-up your account
    • Setup add-on
    • Submitting your first render
    • Start your render
      • Transfer manager (Uploads and downloads)
      • Managing your render
      • Terminate rental
  • VPN
    • Android
    • iOS
  • AI and ML
  • Resize Docker Storage
  • Nodes
    • Installation
    • Update/Uninstall
    • Idle jobs
    • WSL
    • Verification
  • Services
    • CPU/GPU rental
  • Cryptocurrency
    • Monetary Policy
    • Staking
  • Roadmap
  • API Reference
    • accounts
      • /accounts
      • /accounts
      • /accounts/balance
    • network
      • /network
    • nodes
      • /nodes/{id}
    • services
      • /services
      • /services/mr
      • /services/mr
      • /services/render
      • /services/render
      • /services/{uuid}/info
      • /services/{uuid}/stop
Powered by GitBook
On this page
  1. API Reference
  2. nodes

/nodes/{id}

Fetch node data

GET https://api.staller.computer/nodes/{id}

curl --location --globoff 'https://api.staller.computer/nodes/{id}'
--header 'Accept: application/json'
--header 'Content-Type: application/json'
{ "arch": "x86_64", "cpu": [ { "core": 1, "idle": 99.84989993328885, "kernel": 0.0333555703802535, "user": 0.11674449633088725 } ], "cpu_load_percent": 15, "cpu_model_name": "Intel(R) Core(TM) i9-14900K", "cuda_version": "12.2", "disk": { "free": 21249707213, "size": 21464350720, "used": 214643507, "used_percent": 1 }, "gpu": { "nvidia": [ { "driver_version": "545.29.06", "fan_speed": 15, "gpu_temperature": 37, "gpu_utilization": 15, "idx": 0, "mem_free_mb": 23823, "mem_total_mb": 24564, "mem_utilization": 1, "model": "NVIDIA GeForce RTX 4090", "power_limit_watt": 450 } ] }, "ip": "", "is_hive_os": false, "is_wsl": false, "kernel_version": "6.5.0-27-generic", "linux_distro": "ubuntu", "linux_release": "mantic", "location": { "city": "Mountain View", "continent": "North America", "country": "United States", "isocode": "US", "latitude": 37.4223, "longitude": -122.085, "type": "" }, "memory": { "available_memory": 96544571392, "buffered_memory": 161198080, "cached_memory": 2657857536, "free_memory": 94757224448, "free_swap": 8589930496, "total_memory": 100930011136, "total_swap": 8589930496 }, "os_version": "Ubuntu 23.10", "reliability": 64, "state": "idle", "version": "0.0.1", "virt": "none", "vrf_dt": "2024-03-24T09:00:00.000Z" }

PreviousnodesNextservices

Last updated 5 months ago