axiom_graph_purge_node¶
- axiom_graph.mcp.server.axiom_graph_purge_node(project_root, reason, node_id='', node_ids=None)¶
Purge one or more NOT_FOUND nodes from the index.
Only nodes with
own_status = 'NOT_FOUND'can be purged.- Parameters:
- project_root str
Absolute path to the indexed project.
- node_id str
Full node ID to purge.
- reason str
Human-readable reason for the purge.
- node_ids list[str] | None
Optional list of node IDs for batch operation. When provided,
node_idis ignored.
- Return type:
str