---
title: "Skip a node version"
method: POST
path: "/api/fleet/nodes/{nodeId}/skip-version"
tags: ["Fleet"]
---

# Skip a node version

`POST /api/fleet/nodes/{nodeId}/skip-version`

Marks a version as skipped for a node, hiding the update prompt and excluding it from update-all. Admin only.

## Path parameters

- `nodeId` integer, required

## Request body

- object
  - `version` string, required — Semver version string to skip.

## Response `204`

Skip recorded.

## Other responses

- `400` — Invalid parameters.
- `401` — Authentication required. Provide a valid Bearer token.
- `403` — Insufficient permissions or license tier.
- `404` — Node not found.

## Changes

- **2026-06-26** `911262156c66` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/studio-saelix/apis/sencho-api/changes/api/fleet/nodes/:nodeId/skip-version/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/82aac94c016e/schema)
