delete_project
Safely remove completed or obsolete projects from your workspace by specifying the project ID and confirming the deletion. Ensures permanent cleanup of project data while preventing accidental deletions for better organization.
Instructions
Safely remove completed or obsolete projects from your workspace with built-in confirmation safeguards. Permanently cleans up project data while protecting against accidental deletions, helping maintain an organized and current project portfolio.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
confirm | Yes | Must be set to true to confirm deletion (safety measure) | |
id | Yes | The unique identifier of the project to delete | |
workingDirectory | Yes | The full absolute path to the working directory where data is stored. MUST be an absolute path, never relative. Windows: "C:\Users\username\project" or "D:\projects\my-app". Unix/Linux/macOS: "/home/username/project" or "/Users/username/project". Do NOT use: ".", "..", "~", "./folder", "../folder" or any relative paths. Ensure the path exists and is accessible before calling this tool. NOTE: When server is started with --claude flag, this parameter is ignored and a global user directory is used instead. |