v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0618918374.7 KB
Applications

Move

Move application to another project/environment. This is a purely organizational change — running containers are not affected. Note: after moving, the application will pick up shared environment variables from the new environment on the next deployment.

post/applications/{uuid}/move

Path parameters

uuidstring required

UUID of the application.

Request body

environment_uuidstring required

UUID of the target environment.

Response

Application moved successfully.

messagestring
uuidstring
project_uuidstring
environment_uuidstring

Example response

{
  "message": "Application moved successfully."
}