---
title: "Updates the database password"
method: PATCH
path: "/v1/projects/{ref}/database/password"
tags: ["Database"]
---

# Updates the database password

`PATCH /v1/projects/{ref}/database/password`

## Path parameters

- `ref` string, required

## Request body

- V1UpdatePasswordBody
  - `password` string, required

## Response `200`

- V1UpdatePasswordResponse
  - `message` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden action
- `429` — Rate limit exceeded
- `500` — Failed to update database password

---

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