---
title: "Start polling for updated host"
method: POST
path: "/host-updated"
tags: ["Host Metrics"]
---

# Start polling for updated host

`POST /host-updated`

Starts polling for a specific host after it has been updated.

## Request body

- object
  - `hostId` integer

## Response `200`

Host polling started.

## Other responses

- `400` — Invalid hostId.
- `401` — Session expired - please log in again.
- `404` — Host not found.
- `500` — Failed to start polling.

---

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