remove_task
Removes a task from the hierarchical structure, including all its subtasks if it’s a parent task. The task remains in the completed_tasks history if completed. Use task IDs from get_big_picture or get_stack_overview for removal.
Instructions
Remove a task from the structure (cleanup your workspace). The task remains in completed_tasks history if it was completed. Can remove any task (completed or not). Removing a parent task removes all its subtasks. Use get_big_picture or get_stack_overview to see task IDs.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
task_id | Yes | The ID of the task to remove from the structure |