coolify_get_server
Retrieve server details by UUID to manage infrastructure components within the Coolify ecosystem.
Instructions
Get server by UUID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes | Server UUID |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"description": "Server UUID",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}