Files
Proxmox-Coolify-Manager/coolify_skill/references/ops/get-service-by-uuid.md
T

2.3 KiB
Raw Blame History

Skip to content

Return to top

Get

=====================================================================================

GET

/services/{uuid}

Get service by UUID.

Authorizations


bearerAuth

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

Type

HTTP (bearer)

Parameters


Path Parameters

uuid*

Service UUID

Type

string

Required

Responses


200400401404

Get a service by UUID.

Content-Type

application/json

SchemaJSON

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"

}

GET

/services/{uuid}

Playground


Authorization

bearerAuth

Variables

Key

Value

uuid*

Try it out

Samples


Powered by VitePress OpenAPI