4bd07b0facf4

OpenAPI 3.0.1Apache 2.02026-08-1098173135.4 KB
Postgres Clusters

Create Backup

Create a backup for a specific cluster. The backup runs asynchronously and is rejected if one is already in progress.

post/postgres/{postgres_cluster_id}/backups

Path parameters

postgres_cluster_idstring required

Managed Postgres Cluster ID

Request body

type'full' | 'incr' | 'diff' required

Backup type.

Example request

{
  "type": "full"
}

Response

Accepted