---
title: "axiom remove"
description: "Remove Axiom resources"
category: reference
surfaces: [cli]
related: [reference/cli/axiom, reference/cli/axiom-remove-node]
last_reviewed: 2026-06-06
---

<!-- 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

```sh
axiom remove [flags]
axiom remove [command]
```

## Flags

| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
| `--help` | `-h` | bool |  | help for remove |

## Subcommands

| Command | Description |
|---|---|
| [axiom remove node](./axiom-remove-node.md) | Remove a node from nodes/ and axiom.yaml |

## See also

- [axiom](./axiom.md) — Axiom CLI — build and push node packages
- [axiom remove node](./axiom-remove-node.md) — Remove a node from nodes/ and axiom.yaml
