coolify_get_database
Retrieve database configuration and details by UUID to manage infrastructure components within the Coolify ecosystem.
Instructions
Get database by UUID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes | Database UUID |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"description": "Database UUID",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}