v51

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

Get

Get service by UUID.

get/services/{uuid}

Path parameters

uuidstring required

Service UUID

Response

Get a service by UUID.

idinteger

The unique identifier of the service. Only used for database identification.

uuidstring

The unique identifier of the service.

namestring

The name of the service.

environment_idinteger

The unique identifier of the environment where the service is attached to.

server_idinteger

The unique identifier of the server where the service is running.

descriptionstring

The description of the service.

docker_compose_rawstring

The raw docker-compose.yml file of the service.

docker_composestring

The docker-compose.yml file that is parsed and modified by Coolify.

destination_typestring

Destination type.

destination_idinteger

The unique identifier of the destination where the service is running.

connect_to_docker_networkboolean

The flag to connect the service to the predefined Docker network.

is_container_label_escape_enabledboolean

The flag to enable the container label escape.

is_container_label_readonly_enabledboolean

The flag to enable the container label readonly.

config_hashstring

The hash of the service configuration.

service_typestring

The type of the service.

created_atstring

The date and time when the service was created.

updated_atstring

The date and time when the service was last updated.

deleted_atstring

The date and time when the service was deleted.