ProvisionInstancesContainer_nameStart
Start a managed Postgres instance
Optionally reconnects the runtime client when `sync_runtime` is true (default).
Path Parameters
container_name*string
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?|
Optional client linked to the container for runtime sync
sync_runtime?boolean
When true, reconnect or mark unavailable after start/stop
Default
trueResponse Body
curl -X POST "https://athena-cluster.com/admin/provision/instances/string/start" \ -H "apikey: string" \ -H "Content-Type: application/json" \ -d '{}'Empty
Empty
Empty
Empty