coolify_get_application_deployments
Retrieve deployment history and status for a specific application to monitor release progress and track changes over time.
Instructions
Get deployments for an application
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"
}