v51

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

Update

Update service by UUID.

patch/services/{uuid}

Path parameters

uuidstring required

UUID of the service.

Request body

namestring

The service name.

descriptionstring

The service description.

instant_deployboolean

The flag to indicate if the service should be deployed instantly.

connect_to_docker_networkboolean

Connect the service to the predefined docker network.

docker_compose_rawstring

The base64 encoded Docker Compose content.

force_domain_overrideboolean

Force domain override even if conflicts are detected.

is_container_label_escape_enabledboolean

Escape special characters in labels. By default, $ (and other chars) is escaped. If you want to use env variables inside the labels, turn this off.

Response

Service updated.

uuidstring

Service UUID.

domainsstring[]

Service domains.