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

# Delete Postgres Cluster

`DELETE /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'

---

[API](https://skmtc.net/machines/apis/machines-api.md) · [All operations](https://skmtc.net/machines/apis/machines-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/machines/machines-api/versions/633ddedda749/schema)
