Graphs Manager

Graphs Manager is where you control graph lifecycle actions from one dialog.

Supported actions

Action Description
Create graph Create a new graph from the UI.
Delete graph Delete one or more selected graphs.
Duplicate graph Create a copy of an existing graph, including data.
Export graph Download a .dump file through /api/graph/{graph}/export. Replace {graph} with the graph identifier.
Upload data Open the Upload Data flow for file-based or query-based imports.
Frequently Asked Questions 3
Can I export graph data from Graphs Manager?

Yes. Select a graph and use Export to download a .dump file via /api/graph/{graph}/export, replacing {graph} with the graph identifier.

Can I duplicate a graph including all data?

Yes. Duplicate creates a new graph copy from the selected source graph.

Can I remove multiple graphs in one flow?

Yes. Graph deletion supports multi-selection when multiple graphs are selected.