coolify_get_deployment
Retrieve deployment details from Coolify using its UUID to monitor infrastructure status and manage application deployments.
Instructions
Get deployment by UUID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes | Deployment UUID |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"description": "Deployment UUID",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}