<!-- 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 graph
Remove a compiled flow (graph) from the platform
Tear down one compiled flow: its blobstore artifact and the registry resolver row that makes its nodes count as "in use".
Removing a compiled flow un-pins the package versions its nodes reference, so a superseded version whose only remaining references were throwaway compiled flows can then be removed with "axiom remove version".
You may remove a flow you own that is PRIVATE (an unpublished compile or a saved draft). A PUBLISHED flow is protected — other tenants may have imported it — and must be unpublished first (admin only). The graph id is the artifact id printed by "axiom flow compile" / "axiom flow save".
axiom remove graph 01KYAZS12BYCFFNZBT62ZV5FZH
axiom remove graph 01KYAZS12BYCFFNZBT62ZV5FZH --force # skip the prompt (CI)Requires a prior "axiom login". This cannot be undone.
Usage
axiom remove graph <graph-id> [flags]Flags
| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
--force | bool | Skip confirmation prompt | ||
--help | -h | bool | help for graph |
See also
- axiom remove — Remove Axiom resources
Related