ProvisionInstancesContainer_nameStop
Stop a managed Postgres instance
When `sync_runtime` is true (default), marks the linked runtime client unavailable.
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/stop" \ -H "apikey: string" \ -H "Content-Type: application/json" \ -d '{}'Empty
Empty
Empty
Empty