coolify_get_application_logs
Retrieve application logs from Coolify using the application UUID to monitor performance and troubleshoot issues.
Instructions
Get application logs
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes | Application UUID |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"description": "Application UUID",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}