---
title: "Update VPN server"
method: POST
path: "/vpn/servers/update"
tags: ["VPN"]
---

# Update VPN server

`POST /vpn/servers/update`

Use this BillingServ API endpoint to update VPN server. Review the response for the operation result or validation errors.

## Request body

- object
  - `id` integer, required
  - `country_id` integer, required
  - `server_name` string, required
  - `ip_address` string, ipv4, required
  - `ssh_port` integer, required
  - `ssh_username` string, required
  - `ssh_password_current` string, password, required
  - `max_connection` integer, required
  - `vpn_type` integer
  - `ssh_password_new` string
  - `vpn_port` string — default, random, or custom
  - `vpn_custom_port` string
  - `vpn_protocol` string — udp or tcp

## Response `200`

OK

- ApiResponse
  - `success` boolean

## Other responses

- `400` — The request could not be processed.
- `401` — Missing or invalid API key
- `403` — Authenticated key does not have permission for this endpoint
- `404` — The requested resource was not found or is not available to this API account.
- `422` — Validation error
- `500` — The server could not complete the request.

---

[API](https://skmtc.net/b-cdn/apis/billingserv-api-v2.md) · [All operations](https://skmtc.net/b-cdn/apis/billingserv-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/b-cdn/billingserv-api-v2/revisions/76cfbed5eb40/schema)
