Applications

Migrate to Server

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

post/applications/{uuid}/migrate

Path parameters

uuidstring required

UUID of the application.

Request body

destination_uuidstring required

UUID of the target destination.

migrate_volumesboolean

Whether to transfer persistent volume data when migrating across servers.

Response

Application migration started or completed.

Changes