<!-- 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 graph | Remove a compiled flow (graph) from the platform |
| axiom remove node | Remove a node from nodes/ and axiom.yaml |
| axiom remove version | Remove a published (superseded) package version from the platform |
See also
- axiom — Axiom CLI — build and push node packages
- axiom remove graph — Remove a compiled flow (graph) from the platform
- axiom remove node — Remove a node from nodes/ and axiom.yaml
- axiom remove version — Remove a published (superseded) package version from the platform