<!-- 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
Remove Axiom resources
Remove nodes and other Axiom package resources, with confirmation.
Usage
axiom remove [flags]
axiom remove [command]Flags
| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
--help | -h | bool | help for remove |
Subcommands
| Command | Description |
|---|---|
| axiom remove node | Remove a node from nodes/ and axiom.yaml |
See also
- axiom — Axiom CLI — build and push node packages
- axiom remove node — Remove a node from nodes/ and axiom.yaml
Related