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
Example request
{
"type": "full"
}Response
Accepted