---
title: "Update server"
method: PUT
path: "/orgs/{organization}/servers/{server}"
tags: ["Servers"]
---

# Update server

`PUT /orgs/{organization}/servers/{server}`

Update a server's details such as name, IP address, timezone, and tags.

Processing mode: <small><code>sync</code></small>

## Path parameters

- `organization` string, required
- `server` integer, required

## Request body

- UpdateServerRequest
  - `name` string — The name of the server.
  - `ip_address` string — The IP address of the server.
  - `private_ip_address` string — The private IP address of the server.
  - `timezone` string — The timezone of the server.
  - `tags` string[] — The tags of the server.

## Response `200`

`ServerResource`

## Other responses

- `403` — Authorization error
- `404` — Not found
- `422` — Validation error

---

[API](https://skmtc.net/mfullbrook/apis/forge.md) · [All operations](https://skmtc.net/mfullbrook/apis/forge/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mfullbrook/forge/versions/24ad66d99f93/schema)
