cldkctl_delete_project
Delete a specific project by its unique ID using the MCP cldkctl Server. This tool enables project removal directly via the cldkctl CLI interface for efficient project management.
Instructions
Call the cldkctl_delete_project endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | ID of the project |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"description": "ID of the project",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}