coolify_get_service
Retrieve details of a specific service using its UUID to monitor and manage infrastructure components within the Coolify ecosystem.
Instructions
Get service by UUID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes | Service UUID |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"description": "Service UUID",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}