-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Config Unset
github-actions[bot] edited this page Aug 9, 2026
·
1 revision
Removes the stored value so the setting falls back to its catalogue default.
ed config unset <key> [--json]
| Argument | Type / values | Default | What it does |
|---|---|---|---|
key |
a catalogue key | required | The setting to clear |
| Option | Type / values | Default | What it does |
|---|---|---|---|
--json |
flag | false |
Emit JSON on stdout |
The value reported back is the effective one after the removal, so it is the
catalogue default, or null for a setting that declares none:
{
"key": "menuBarSubColorHex",
"value": null
}ed config unset appearance
ed config unset menuBarSubColorHex --json
Clearing a setting that was never written is a no-op that still succeeds, still
prints the default and still announces the change. Read-only keys exit 1, the
same as with set. Unknown keys exit 3.
-
ed config, the rest of this group - All
edcommands
Auto-generated from docs/, edit the docs in the repo, not the wiki.
CLI reference
Companion
- Deploy
- Concepts
- Concepts Memory
- Concepts Ingestion
- Concepts Search
- Concepts Chat
- Concepts Learning
- Concepts Brain
- Concepts Friend
- Hosts
- Stack
- Status
- Doctor
- Search
- Index
- Ingest
- Episodes
- Sync
- Observations
- Reflect
- Beliefs
- Ask
- Extract
- Claims
- Corroborate
- Runs
- Chat
- Conversations
- Forget
- Export
- Import
- Erase
- Wipe
- Episode
- Nightly
- Reason
- Personas
- Council
- Lenses
- Core
- Why
- Hypotheses
- Predictions
- Commitments
- Discrepancies
- Calibration
- Inquire
- Entities
- Eval
- Standup
- Machines
- Baselines
- Connectors
- Facts
- Correct
- Weekly
- Db
Guides