Files
Proxmox-Coolify-Manager/coolify_skill/references/ops/list-services.md
T

1.9 KiB
Raw Blame History

Skip to content

Return to top

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.

Type

HTTP (bearer)

Responses


200400401

Get all services

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

Playground


Authorization

bearerAuth

Try it out

Samples


Powered by VitePress OpenAPI