coolify_list_server_resources
Retrieve and display all resources associated with a specific server in the Coolify infrastructure management platform.
Instructions
List server resources
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"
}