Public beta — not for production use. Data may be wiped at any time. Questions? Contact us.
Documentation menu

axiom remove node

Remove a node from nodes/ and axiom.yaml

View as Markdown
<!-- 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 --force

Usage

axiom remove node <Name> [flags]

Flags

FlagShorthandTypeDefaultDescription
--forceboolSkip confirmation prompt
--help-hboolhelp for node

See also