curl --request POST \
--url https://api.example.com/api/v1/databases/{id}/backupsStart an asynchronous database backup.
curl --request POST \
--url https://api.example.com/api/v1/databases/{id}/backupspg_dump backup. The request returns immediately while the backup runs in the background.
| Parameter | Type | Description |
|---|---|---|
id | uuid | Database ID |
{
"message": "Backup started"
}
| Status | Code | Description |
|---|---|---|
| 404 | NOT_FOUND | Database doesn’t exist or isn’t owned by this user |