BackupsKey
Delete a backup from S3
Path Parameters
key*string
S3 object key for the backup (URL-encoded, may contain slashes).
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.
Response Body
application/json
curl -X DELETE "https://athena-cluster.com/admin/backups/string" \ -H "apikey: string"{
"key": "string"
}Empty
Empty
Empty
Empty
Cancel a running or pending backup or restore job POST
Marks the job as cancelled in `athena_logging` and signals the worker on this Athena process to stop `pg_dump` or `pg_restore` if still running. Requires the static admin key (`ATHENA_KEY_12`).
Download a backup archive from S3 GET
Streams the raw `application/gzip` backup bytes with a `Content-Disposition: attachment` filename.