Skip to main content
GET
/
api
/
system_stats
Get system statistics
curl --request GET \
  --url https://cloud.comfy.org/api/system_stats
{
  "system": {
    "os": "<string>",
    "python_version": "<string>",
    "embedded_python": true,
    "comfyui_version": "<string>",
    "pytorch_version": "<string>",
    "argv": [
      "<string>"
    ],
    "ram_total": 123,
    "ram_free": 123,
    "comfyui_frontend_version": "<string>",
    "workflow_templates_version": "<string>",
    "cloud_version": "<string>"
  },
  "devices": [
    {
      "name": "<string>",
      "type": "<string>",
      "vram_total": 123,
      "vram_free": 123
    }
  ]
}

Response

Success

System statistics response

system
object
required
devices
object[]
required