---
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` — unresolved $ref
- `404` — Node not found.
- `409` — Update already in progress.
- `503` — Self-update not available on the target node.

## Changes

- **2026-04-05** `a202861afa64` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/studio-saelix/apis/sencho-api/changes/api/fleet/nodes/:nodeId/update/post.md)

---

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