remove_dependency
Remove a dependency between tasks to update scheduling and task relationships. Provide the task ID and the dependency ID to eliminate.
Instructions
Remove a dependency between two tasks.
Args: task_id: ID of the task with the dependency depends_on_id: ID of the dependency to remove
Returns: Confirmation with updated task info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| depends_on_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||