coolify_delete_database
Remove a database from Coolify infrastructure management by specifying its UUID to free resources and maintain system organization.
Instructions
Delete database
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"
}