coolify_delete_server
Remove a server from Coolify infrastructure management by specifying its UUID to decommission resources and maintain system organization.
Instructions
Delete server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes | Server UUID |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"description": "Server UUID",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}