---
title: "Update server"
method: PATCH
path: "/servers/{server_id}"
tags: ["Servers"]
---

# Update server

`PATCH /servers/{server_id}`

## Path parameters

- `server_id` string, required

## Request body

- object
  - `data` object
    - `id` string
    - `type` 'servers'
    - `attributes` object
      - `hostname` string
      - `billing` 'hourly' | 'monthly' | 'yearly', nullable — The server billing type. Accepts `hourly` and `monthly` for on demand projects and `yearly` for reserved projects.
      - `tags` string[], nullable — List of Tag IDs
      - `project` string — Project ID or slug to move the server to

## Response `200`

Success

## Changes

- **2026-08-22** `7f90a64e0952` — 1 info
  - added the optional property `data/attributes/team/limits/bgp_session_per_ip` to the response with the `200` status
- **2026-08-20** `437c7a97e596` — 3 warning, 3 info
  - removed the optional property `data/attributes/bond_eligible` from the response with the `200` status
  - removed the optional property `data/attributes/prefix` from the response with the `200` status
  - removed the optional property `data/attributes/team/limits/prefix` from the response with the `200` status
  - added the optional property `data/attributes/public_network` to the response with the `200` status
  - …2 more
- **2026-08-18** `6ad8dacf6642` — 1 info
  - added the optional property `data/attributes/prefix` to the response with the `200` status
- **2026-08-12** `f4ae32b3f69d` — 6 info
  - the `hostname` request property default value `new-hostname` was removed (media type: application/json)
  - the `hostname` request property default value `new-hostname` was removed (media type: application/vnd.api+json)
  - the `id` request property default value `sv_81EVOtR1N4J2Z` was removed (media type: application/json)
  - the `id` request property default value `sv_81EVOtR1N4J2Z` was removed (media type: application/vnd.api+json)
  - …2 more
- **2026-08-11** `0fa29f45808b` — 1 info
  - added the optional property `data/attributes/bond_eligible` to the response with the `200` status

[Full history](https://skmtc.dev/latitude/apis/latitude-sh-api/changes/servers/:server_id/patch.md)

---

[API](https://skmtc.dev/latitude/apis/latitude-sh-api.md) · [All operations](https://skmtc.dev/latitude/apis/latitude-sh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latitude/latitude-sh-api/revisions/093a8a1ebb2d/schema)
