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

# Update server

`PUT /servers/{serverID}`

Updates a server's configuration (name only, git config inherited from environment)

## Path parameters

- `serverID` string, required

## Request body

- PkgServerUpdateServerRequest
  - `name` string

## Response `200`

OK

- GithubComPullbasePullbaseServerPkgModelsServer
  - `auto_reconcile` boolean
  - `created_at` string
  - `environment_id` integer
  - `id` string
  - `name` string
  - `target_commit_hash` string
  - `updated_at` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/pullbase/apis/untitled-api.md) · [All operations](https://skmtc.net/pullbase/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pullbase/untitled-api/versions/edf8355bf78c/schema)
