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
Response
Application moved successfully.
Example response
{
"message": "Application moved successfully."
}