get_server_resources
Retrieve a comprehensive list of applications and services running on a specific Coolify server to monitor deployed resources and maintain system overview.
Instructions
Get a list of applications and services running on a server. This provides an overview of all resources deployed on the specified server.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes | ID of the server to check. Get this from list_servers. |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"description": "ID of the server to check. Get this from list_servers.",
"examples": [
"f8wcgww"
],
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}