Skip to content
NeuralRepo
Get Support

nrepo rm

Terminal window
nrepo rm <id> [options]

Archives an idea. The row stays in the database, but the idea disappears from every NeuralRepo surface.

FlagTypeDefaultDescription
--forcebooleanfalseSuppress the preview block.
--jsonbooleanfalseOutput as JSON.
--humanbooleanForce human-readable output. Wins over --json.

If you only want an idea out of the way, nrepo move <id> shelved hides it from your working views while leaving it listable, searchable, and reversible.

Terminal window
nrepo rm 391
Archive preview:
#42 "Rewrite auth flow" [exploring]
The idea will be archived (soft-deleted).
✓ Archived #42 "Rewrite auth flow"
Terminal window
nrepo rm 391 --force --json
{ "success": true, "archived": 391 }

archived echoes the ID you passed, not the display number.

SurfaceEffect
nrepo log, nrepo statusGone from listings and from every status count
nrepo searchGone — the vector is deleted from the search index on archive
RelationsRelations to and from it are filtered out of nrepo links, nrepo graph, and the mind map
nrepo show <id>Still returns the idea, because it is fetched by ID directly
Free-plan idea capFrees a slot — the 50-idea cap counts unarchived ideas only