Public routesRoute_key
Update a public route alias
Path Parameters
route_key*string
Header Parameters
X-Athena-Key*string
Request Body
application/json
Response Body
application/json
curl -X PATCH "https://athena-cluster.com/admin/public-routes/string" \ -H "X-Athena-Key: string" \ -H "Content-Type: application/json" \ -d '{}'Empty
Empty
{
"status": "error",
"message": "string",
"error": "string"
}Soft-delete a public route alias DELETE
Previous Page
List latest vacuum health snapshot per Postgres client GET
Returns the most recent `vacuum_health_snapshots` row per `client_name` stored in the logging database (populated by the background vacuum health collector). Requires the static admin key (`ATHENA_KEY_12`).