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

> 29 revisions in range; 23 could not be searched.

- **2026-07-21** `885dec47dd47` — 1 breaking, 5 info
  - the response property `data/attributes/ipmi_status` became nullable for the status `200`
  - added the optional property `data/attributes/price` to the response with the `200` status
  - added the optional property `data/attributes/project/stats/databases` to the response with the `200` status
  - added the optional property `data/attributes/project/stats/storages` to the response with the `200` status
  - …2 more

[Change 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/c80535f26dd7/schema)
