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. services

/services/{uuid}/info

Get service session information

GET https://api.staller.computer/services/{uuid}/info

curl --location --globoff 'https://api.staller.computer/services/{uuid}/info' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
{
  "city": "Krak�w",
  "config": "[Interface]\nAddress = 10.13.13.2\nPrivateKey = qB+",
  "container_id": "766c2ff1cf54eaace6f58a7a082d814c21c5edad700c165b7577c0365554af13",
  "country": "Poland",
  "ip": "182.112.1.10",
  "is_ready": true,
  "qr": "iVBORw0KGgoAAAANSUhE",
  "ssh_direct": {
    "host": "122.112.111.111",
    "port": 26320
  },
  "ssh_proxy": {
    "host": "ssh-eu-1.staller.space",
    "port": 26320
  },
  "ui": "https://0d8ac88d.px-uk-1.staller.space",
  "user_envs": {},
  "uuid": {
    "uuid": "96e33710-ec12-11ed-8588-fa163e49e8aa"
  }
}
Previous/services/renderNext/services/{uuid}/stop

Last updated 5 months ago