Skip to main content
Backups protect your data before migrations, schema changes, password rotation, or any risky production maintenance.

Create a backup

List existing backups with 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.
  • 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.
Last modified on September 1, 2026