aeontel graph

Manage knowledge graphs

Graph commands

aeontel graph list

List graphs in a workspace

TypeScript
aeontel graph list --workspace <id>
Shell
aeontel graph list --workspace wsp_...

aeontel graph create

Create a graph

TypeScript
aeontel graph create <name> --workspace <id> [--slug <slug>] [--description <desc>]
Shell
aeontel graph create "My name" --workspace wsp_...

aeontel graph get

Get graph details

TypeScript
aeontel graph get <id>
Shell
aeontel graph get id_...

aeontel graph update

Update graph

TypeScript
aeontel graph update <id> [--name <name>] [--description <desc>]
Shell
aeontel graph update id_...

aeontel graph delete

Soft-delete graph definition and all instances (restorable until retention expires)

TypeScript
aeontel graph delete <id>
Shell
aeontel graph delete id_...

aeontel graph get-edge

Get a single graph edge

TypeScript
aeontel graph get-edge <edgeId>
Shell
aeontel graph get-edge edg_...

aeontel graph get-node

Get a single graph node

TypeScript
aeontel graph get-node <nodeId>
Shell
aeontel graph get-node nod_...

aeontel graph instance-delete

Soft-delete a graph instance (restorable until retention expires)

TypeScript
aeontel graph instance-delete <id>
Shell
aeontel graph instance-delete id_...

aeontel graph instance-restore

Restore a soft-deleted graph instance

TypeScript
aeontel graph instance-restore <id>
Shell
aeontel graph instance-restore id_...

aeontel graph instances

List graph instances under a definition

TypeScript
aeontel graph instances <id>
Shell
aeontel graph instances id_...

aeontel graph restore

Restore a soft-deleted graph definition

TypeScript
aeontel graph restore <id>
Shell
aeontel graph restore id_...