nrepo rm
Synopsis
Section titled “Synopsis”nrepo rm <id> [options]Description
Section titled “Description”nrepo rm archives an idea by performing a soft delete. The idea is removed from listings and search results but is not permanently destroyed. This operation can be undone by NeuralRepo support if needed.
By default, the command prompts for confirmation before archiving.
Options
Section titled “Options”| Flag | Type | Default | Description |
|---|---|---|---|
--force | boolean | false | Skip the confirmation prompt. |
--json | boolean | (see auth) | Output as JSON. |
--human | boolean | (see auth) | Output as human-readable text. |
Examples
Section titled “Examples”Archive with confirmation
Section titled “Archive with confirmation”nrepo rm 42# Archive #42 "Add dark mode to dashboard"? (y/N): y# Archived #42Force archive in a script
Section titled “Force archive in a script”nrepo rm 42 --forceJSON output
Section titled “JSON output”nrepo rm 42 --force --json{ "id": 42, "archived": true}- Archived ideas are excluded from
nrepo log,nrepo search, andnrepo statuscounts. - Existing links to the archived idea are preserved but will show the idea as archived.
- This is a soft delete. The idea’s data is retained on the server.
Related commands
Section titled “Related commands”- nrepo show — view idea details before archiving
- nrepo move — shelve an idea instead of archiving
- nrepo log — list active ideas