---
title: "Admin Update Node"
method: PUT
path: "/admin/nodes/{node_id}"
---

# Admin Update Node

`PUT /admin/nodes/{node_id}`

## Path parameters

- `node_id` integer, required

## Headers

- `authorization` string

## Request body

- ProxyNodeUpdate
  - `ip_address` string, nullable
  - `port_range_start` integer, nullable
  - `port_range_end` integer, nullable
  - `api_url` string, nullable
  - `api_secret` string, nullable
  - `country` string, nullable
  - `city` string, nullable
  - `weight` integer, nullable
  - `max_sessions` integer, nullable
  - `description` string, nullable
  - `is_active` boolean, nullable
  - `is_healthy` boolean, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/open60m/apis/open60-vpn-api.md) · [All operations](https://skmtc.dev/open60m/apis/open60-vpn-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/open60m/open60-vpn-api/revisions/932cba8b4b19/schema)
