---
title: "Change admin password"
method: PUT
path: "/auth/password"
tags: ["auth"]
---

# Change admin password

`PUT /auth/password`

Changes the admin password.

## Request body

- ChangePassword
  - `current` string — Admin password
  - `new` string — Admin password

## Response `202`

Success

## Other responses

- `400` — Invalid password provided

---

[API](https://skmtc.net/evcc-io/apis/evcc.md) · [All operations](https://skmtc.net/evcc-io/apis/evcc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evcc-io/evcc/versions/1d484c790b11/schema)
