Fly.io
Postgres Clusters

Detach Cluster from App

View as Markdown

Detach a specific cluster from a Fly app.

DELETE
/v1/postgres/{postgres_cluster_id}/attachments/{app_name}

Detach a specific cluster from a Fly app.

Authorization

bearerAuth
AuthorizationBearer <token>

A Fly.io access token. Create one with fly tokens create.

In: header

Path Parameters

postgres_cluster_id*string

Managed Postgres Cluster ID

app_name*string

Fly App Name

Response Body

application/json

application/json

curl -X DELETE "https://example.com/v1/postgres/string/attachments/string"
Empty
{  "error": "string"}
{  "error": "string"}