Create a backup
GET /api/databases/:databaseId/backups and download any of them with GET /api/databases/:databaseId/backups/:backupId/download.
Restore
Restoring replaces the current data of the target database. Double-check the
databaseId before running this in production.Recommended routine
- Manual backup before every schema change or large import
- Backup before rotating the database password
- Download important backups to external storage — don’t rely on the platform alone
Next steps
Provision a database
Create a database first.
Databases reference
Backup and restore endpoints.

