---
title: "Trigger node update"
method: POST
path: "/api/fleet/nodes/{nodeId}/update"
tags: ["Fleet"]
---

# Trigger node update

`POST /api/fleet/nodes/{nodeId}/update`

Initiates a self-update on the specified node. For remote nodes, sends the update command via the proxy. For local nodes, triggers the update directly.

## Path parameters

- `nodeId` integer, required

## Response `202`

Update initiated.

- object
  - `message` string

## Other responses

- `401` — Authentication required. Provide a valid Bearer token.
- `403` — Insufficient permissions or license tier.
- `404` — Node not found.
- `409` — Update already in progress.
- `503` — Self-update not available on the target node.

---

[API](https://skmtc.net/studio-saelix/apis/sencho-api.md) · [All operations](https://skmtc.net/studio-saelix/apis/sencho-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/studio-saelix/sencho-api/versions/f36f82acae1d/schema)
