remove_task
Delete a task or subtask permanently from the Task Master server's list by specifying its ID and project directory. Supports batch removal and optional confirmation prompt.
Instructions
Remove a task or subtask permanently from the tasks list
Input Schema
Name | Required | Description | Default |
---|---|---|---|
confirm | No | Whether to skip confirmation prompt (default: false) | |
file | No | Absolute path to the tasks file | |
id | Yes | ID of the task or subtask to remove (e.g., '5' or '5.2'). Can be comma-separated to update multiple tasks/subtasks at once. | |
projectRoot | Yes | The directory of the project. Must be an absolute path. | |
tag | No | Specify which tag context to operate on. Defaults to the current active tag. |