---
title: "Start Proxmox stats collection"
method: POST
path: "/proxmox-stats/start/{id}"
tags: ["Proxmox Stats"]
---

# Start Proxmox stats collection

`POST /proxmox-stats/start/{id}`

Registers a viewer and starts (or reuses) polling for a host's Proxmox node stats.

## Path parameters

- `id` integer, required

## Response `200`

Polling started, snapshot returned if already available.

## Other responses

- `401` — Session expired - please log in again.
- `403` — Proxmox Stats is not enabled for this host.
- `404` — Host not found.

---

[API](https://skmtc.dev/termix/apis/termix-api.md) · [All operations](https://skmtc.dev/termix/apis/termix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/termix/termix-api/revisions/f4ef343eff1b/schema)
