remove_project
Delete a project and its associated tasks from Metis. Optionally remove the project folder from disk.
Instructions
Remove a project from Metis entirely.
Deletes project record and associated tasks from DB.
If delete_files=True, also deletes the external_path folder from disk
(only if path is within RC root — safety check enforced).
Args:
project_id: The project_id to remove.
delete_files: If True, delete the project folder from disk. Default False.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| delete_files | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |