latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-1127518479.8 KB

789e6ad3796c

Databases

Migrate to Server

Migrate a database to another destination/server owned by the authenticated team. Stops the database, optionally transfers persistent volume data when both servers are managed by Coolify, and updates database records. Redeploy after migration completes.

post/databases/{uuid}/migrate

Path parameters

uuidstring required

UUID of the database.

Request body

destination_uuidstring required

UUID of the target destination.

migrate_volumesboolean

Whether to transfer persistent volume data when migrating across servers.

Response

Database migration started or completed.