---
title: "axiom remove node"
description: "Remove a node from nodes/ and axiom.yaml"
category: reference
surfaces: [cli]
related: [reference/cli/axiom-remove]
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 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:
```text
axiom remove node ProcessOrder
axiom remove node ProcessOrder --force
```

## Usage

```sh
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](./axiom-remove.md) — Remove Axiom resources
