Disable Extension
Disable a specific Postgres extension within a database, optionally dropping objects that depend on it. System extensions cannot be disabled.
Disable a specific Postgres extension within a database, optionally dropping objects that depend on it. System extensions cannot be disabled.
Authorization
bearerAuth A Fly.io access token. Create one with fly tokens create.
In: header
Path Parameters
Managed Postgres Cluster ID
Database Name
Extension Name
Query Parameters
Also drop objects that depend on the extension
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/postgres/string/databases/string/extensions/string"{ "error": "string"}{ "error": "string"}{ "error": "string"}Enable Extension POST
Enable a Postgres extension within a specific database. PostGIS extensions require a PostGIS-enabled cluster.
Fork Cluster to New Cluster POST
Fork a ready Managed Postgres cluster into a new cluster that inherits the source's settings. The source cluster is left unchanged, and the fork is provisioned asynchronously.