cleo uncancel
Aliases: restore-cancelled
Restore cancelled tasks back to pending status with cascade support
Synopsis
cleo uncancel TASK_ID [OPTIONS]
Options
| Option | Description |
|---|
--cascade | Apply to children recursively |
--notes | Add notes to task |
--dry-run | Preview changes without applying |
--format | Output format: text, json |
--json | Force JSON output |
--human | Force human-readable output |
--quiet | Suppress output, return only essential data |
This command supports JSON output via --json flag for LLM agent integration.
Examples
Exit Codes
| Code | Meaning | Recoverable |
|---|
0 | Success | No |
2 | Invalid arguments | No |
4 | Resource not found | No |
6 | Validation error | No |
102 | No change needed | No |
See Also