close_task
Archive an active Kanboard task. Marks it as inactive and removes it from the active board, but preserves it for later reopening.
Instructions
Close (archive) an active Kanboard task. The task is set inactive and leaves the active board but is preserved — this is NOT a delete. Reversible: restore it with reopen_task. To permanently remove a task instead, use delete_task. Returns { ok: true, task_id } on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Id of the task to close (required). |