pause_task
Pause a task by resetting it to PENDING and clearing its timestamps. Takes a task ID and returns the updated task data.
Instructions
Pause a task (reset to PENDING).
Changes status back to PENDING and clears timestamps.
Args: task_id: ID of the task to pause
Returns: Updated task data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||