---
title: "axiom unpin"
description: "Unpin a node or flow"
category: reference
surfaces: [cli]
related: [reference/cli/axiom, reference/cli/axiom-unpin-flow, reference/cli/axiom-unpin-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 unpin

Unpin a node or flow

Remove a node or flow from your pinned tools.

```text
axiom unpin node nadia/summarizer/Summarize@0.1.0
axiom unpin flow 01HQY5K7XWZ6N8R2BTEF4...
```

Requires a prior "axiom login".

## Usage

```sh
axiom unpin [flags]
axiom unpin [command]
```

## Flags

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

## Subcommands

| Command | Description |
|---|---|
| [axiom unpin flow](./axiom-unpin-flow.md) | Unpin a flow |
| [axiom unpin node](./axiom-unpin-node.md) | Unpin a node |

## See also

- [axiom](./axiom.md) — Axiom CLI — build and push node packages
- [axiom unpin flow](./axiom-unpin-flow.md) — Unpin a flow
- [axiom unpin node](./axiom-unpin-node.md) — Unpin a node
