reopen_task
Reopen a completed task to set its status back to active, allowing work to resume.
Instructions
Reopen a completed task (status → 0).
[Category: Tasks — Write] [Auth: V1]
[Related: complete_task, update_task]
Args:
project_id: The project containing the task.
task_id: The task to reopen.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| task_id | Yes |