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