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