Databases
Move
Move database to another project/environment. This is a purely organizational change — running containers are not affected. Note: after moving, the database will pick up shared environment variables from the new environment on the next deployment.
post/databases/{uuid}/move
Path parameters
uuidstring required
UUID of the database.
Request body
Response
Database moved successfully.
Example response
{
"message": "Database moved successfully."
}