Fly.io
Postgres Clusters

List Postgres Clusters

View as Markdown

List Managed Postgres clusters for an organization.

GET
/v1/postgres

List Managed Postgres clusters for an organization.

Authorization

bearerAuth
AuthorizationBearer <token>

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

In: header

Query Parameters

org_slug*string

Fly Organization Slug

include_deleted?boolean

Include deleted clusters

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/postgres?org_slug=string"
{  "data": [    {      "attached_apps": [        {          "name": "string"        }      ],      "created_at": "string",      "deleted_at": "string",      "id": "string",      "name": "string",      "plan": "basic",      "region": "iad",      "status": "ready"    }  ]}
{  "error": "string"}
{  "error": "string"}