v51

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

Move

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

post/services/{uuid}/move

Path parameters

uuidstring required

UUID of the service.

Request body

environment_uuidstring required

UUID of the target environment.

Response

Service moved successfully.

messagestring
uuidstring
project_uuidstring
environment_uuidstring

Example response

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