coolify_delete_service
Remove a service from the Coolify infrastructure management platform by specifying its UUID to decommission and clean up resources.
Instructions
Delete service
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes | Service UUID |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"description": "Service UUID",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}