---
title: "Reset Server Password"
method: POST
path: "/servers/{id}/password"
---

# Reset Server Password

`POST /servers/{id}/password`

Reset the password of a server on your account.

## Path parameters

- `id` string, required

## Request body

- object
  - `password` string, required — The new root password for the server.

## Response `200`

200

## Other responses

- `400` — 400

---

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