delete_project
Remove a project and its associated data permanently from the MCP Server for Coroot. Specifies the project ID for deletion. Warning: This action is irreversible, so use with caution.
Instructions
Delete a project and all associated data.
WARNING: This action is irreversible and will delete all project data.
Args: project_id: Project ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"title": "Project Id",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}