Skip to main content

cleo uncancel

Aliases: restore-cancelled Restore cancelled tasks back to pending status with cascade support

Synopsis

cleo uncancel TASK_ID [OPTIONS]

Options

OptionDescription
--cascadeApply to children recursively
--notesAdd notes to task
--dry-runPreview changes without applying
--formatOutput format: text, json
--jsonForce JSON output
--humanForce human-readable output
--quietSuppress output, return only essential data
This command supports JSON output via --json flag for LLM agent integration.

Examples

cleo uncancel

Exit Codes

CodeMeaningRecoverable
0SuccessNo
2Invalid argumentsNo
4Resource not foundNo
6Validation errorNo
102No change neededNo

See Also