---
title: "Update node"
method: PUT
path: "/api/nodes/{id}"
tags: ["Nodes"]
---

# Update node

`PUT /api/nodes/{id}`

Updates node configuration. Node type is immutable after creation. Requires `node:manage` permission.

## Path parameters

- `id` integer, required

## Request body

- object
  - `name` string
  - `compose_dir` string
  - `is_default` boolean
  - `api_url` string
  - `api_token` string

## Response `200`

Node updated.

- object
  - `success` boolean, required
  - `warning` string

## Other responses

- `400` — Validation error.
- `403` — Insufficient permissions or license tier.
- `500` — Internal server error.

---

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