cldkctl_check_before_delete_project
Verify project dependencies and constraints before deletion using the MCP cldkctl Server. Ensures safe removal by checking project ID and preventing unintended data loss.
Instructions
Call the cldkctl_check_before_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"
}