clear_subtasks
Remove subtasks from specific tasks or all tasks in Task Master. Specify task IDs, use a file path, or operate within a project directory to manage task hierarchies effectively.
Instructions
Clear subtasks from specified tasks
Input Schema
Name | Required | Description | Default |
---|---|---|---|
all | No | Clear subtasks from all tasks | |
file | No | Absolute path to the tasks file (default: tasks/tasks.json) | |
id | No | Task IDs (comma-separated) to clear subtasks from | |
projectRoot | Yes | The directory of the project. Must be an absolute path. | |
tag | No | Tag context to operate on |