---
title: "Delete Postgres Cluster"
method: DELETE
path: "/v1/postgres/{postgres_cluster_id}"
tags: ["Postgres Clusters"]
---

# Delete Postgres Cluster

`DELETE /v1/postgres/{postgres_cluster_id}`

Delete a Managed Postgres cluster. The cluster is marked for deletion and removed asynchronously.

## Path parameters

- `postgres_cluster_id` string, required

## Response `202`

Accepted

## Other responses

- `404` — Cluster not found
- `410` — 'This cluster has been deleted' or 'This cluster is being deleted'

## Changes

- **2026-08-12** `f54480c4ce7f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/machines/apis/machines-api/changes/v1/postgres/:postgres_cluster_id/delete.md)

---

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