<!-- GENERATED by docs/scripts/gen-cli-reference — DO NOT EDIT.
Source of truth: the cobra command definitions in cmd/axiom/cmd/.
Regenerate from the repo root with: go run ./docs/scripts/gen-cli-reference -->
axiom remove node
Remove a node from nodes/ and axiom.yaml
Delete the node implementation file and test file from nodes/, then remove the node entry from axiom.yaml.
A confirmation prompt is shown before any files are deleted. Use --force to skip the prompt in scripts or CI environments.
If either file is missing from disk (e.g. it was already deleted manually), a warning is printed but the operation continues — the axiom.yaml entry is still removed.
Examples:
axiom remove node ProcessOrder
axiom remove node ProcessOrder --forceUsage
axiom remove node <Name> [flags]Flags
| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
--force | bool | Skip confirmation prompt | ||
--help | -h | bool | help for node |
See also
- axiom remove — Remove Axiom resources
Related