From e6205b930e1bf77bc7d5fb2ef6447aec90d8b9be Mon Sep 17 00:00:00 2001 From: LordMathis Date: Mon, 27 Oct 2025 20:44:28 +0100 Subject: [PATCH] Document import and export features --- docs/managing-instances.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/managing-instances.md b/docs/managing-instances.md index d67c0c8..be5e768 100644 --- a/docs/managing-instances.md +++ b/docs/managing-instances.md @@ -42,6 +42,7 @@ Each instance is displayed as a card showing: ![Create Instance Screenshot](images/create_instance.png) 1. Click the **"Create Instance"** button on the dashboard +2. *Optional*: Click **"Import"** in the dialog header to load a previously exported configuration 2. Enter a unique **Name** for your instance (only required field) 3. **Select Target Node**: Choose which node to deploy the instance to from the dropdown 4. **Choose Backend Type**: @@ -219,6 +220,12 @@ curl -X PUT http://localhost:8080/api/v1/instances/{name} \ Configuration changes require restarting the instance to take effect. +## Export Instance + +**Via Web UI** +1. Click the **"More actions"** button (three dots) on an instance card +2. Click **"Export"** to download the instance configuration as a JSON file + ## View Logs **Via Web UI**