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

# Stop Proxmox stats collection

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

Unregisters a viewer session for a host's Proxmox node stats polling.

## Path parameters

- `id` integer, required

## Request body

- object
  - `viewerSessionId` string

## Response `200`

Polling stopped successfully.

## Other responses

- `401` — Session expired - please log in again.

---

[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)
