Skip to content

List

GET
/services

List all services.

Authorizations

bearerAuth

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

TypeHTTP (bearer)

Responses

Get all services
application/json
JSON
[
{
"id": 0,
"uuid": "string",
"name": "string",
"environment_id": 0,
"server_id": 0,
"description": "string",
"docker_compose_raw": "string",
"docker_compose": "string",
"destination_type": "string",
"destination_id": 0,
"connect_to_docker_network": true,
"is_container_label_escape_enabled": true,
"is_container_label_readonly_enabled": true,
"config_hash": "string",
"service_type": "string",
"created_at": "string",
"updated_at": "string",
"deleted_at": "string"
}
]

Samples

Powered by VitePress OpenAPI