ProvisionInstances
List or spin up managed Postgres instances
Creates (or reuses) a managed local Postgres container, optionally provisions Athena schema, and can register the resulting connection in runtime and/or catalog client registries.
Header Parameters
apikey*string
The static admin key configured as ATHENA_KEY_12. Authorization headers (Bearer <key>), X-API-Key, X-Athena-Key, or ?api_key= are also accepted.
Request Body
application/json
client_name*string
container_name?|
image?|
host?|
host_port?|
Format
int32db_name?|
username?|
password?|
startup_timeout_secs?|
Format
int64reuse_existing?boolean
Default
falseprovision_schema?boolean
Default
trueregister_runtime?boolean
Default
trueregister_catalog?boolean
Default
trueResponse Body
curl -X POST "https://athena-cluster.com/admin/provision/instances" \ -H "apikey: string" \ -H "Content-Type: application/json" \ -d '{ "client_name": "string" }'Empty
Empty
Empty
Empty
Empty
List or spin up managed Postgres instances GET
Returns Docker-managed Athena Postgres instances. When Docker is unavailable, the response still includes dependency/runtime status so operators can install or repair the local provisioning runtime.
Inspect or delete a managed Postgres instance DELETE
Next Page