| rad-experiment-redact(1) | General Commands Manual | rad-experiment-redact(1) |
NAME
rad-experiment-redact - Redact an experiment, indicating it should not be relied upon
SYNOPSIS
rad-experiment redact [-r|--repo] [--reason] [--json] [-q|--quiet] [--pretty] [-h|--help] <ID>
DESCRIPTION
Marks an experiment as redacted with an optional reason.
Redacted experiments still exist in the COB store and replicate as normal, but `list` hides them by default and the frontend shows them struck through. Use this for results you can no longer stand behind — e.g. you discovered the benchmark harness was buggy, or the candidate commit was rebased away. Redaction is signed and visible to peers; it is not a delete.
OPTIONS
- -r, --repo <REPO>
- Repository path or Radicle RID (defaults to current directory)
- --reason <REASON>
- Reason for redaction
- --json
- Output as JSON
- -q, --quiet
- Suppress non-error output to stderr
- --pretty
- Pretty-print JSON output (for human inspection; agents should omit)
- -h, --help
- Print help (see a summary with '-h')
- <ID>
- Experiment ID
EXTRA
EXAMPLES:
Redact with no reason:
rad-experiment redact 5574144
Redact with an explanation:
rad-experiment redact 5574144 --reason "benchmark used a stale input dataset"
| redact |