maltego_delete_graph
Remove an open graph from the server's memory to free resources without deleting the saved file. Useful when cleaning up active investigations.
Instructions
Remove an open graph from the server's memory.
This does NOT delete any saved .mtgx file on disk — only the in-memory copy.
If the active graph is removed, another open graph becomes active (if any).
Args: params (DeleteGraphInput): - name (str): Name of the open graph to remove.
Returns: str: Confirmation, or an actionable error if the name is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |