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

## Changes

> 37 revisions in range; 1 could not be searched.

- **2025-08-10** `c4027a2cb484` — 1 info
  - api operation id `changePassword` was added
- **2025-08-01** `2429e9297a5c` — 1 info
  - api operation id `changePassword` removed and replaced with ``

[Change history](https://skmtc.dev/evcc-io/apis/evcc/changes/auth/password/put.md)

---

[API](https://skmtc.dev/evcc-io/apis/evcc.md) · [All operations](https://skmtc.dev/evcc-io/apis/evcc/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evcc-io/evcc/revisions/5152af83a070/schema)
