mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-05 16:44:22 +00:00
Document import and export features
This commit is contained in:
@@ -42,6 +42,7 @@ Each instance is displayed as a card showing:
|
|||||||

|

|
||||||
|
|
||||||
1. Click the **"Create Instance"** button on the dashboard
|
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)
|
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
|
3. **Select Target Node**: Choose which node to deploy the instance to from the dropdown
|
||||||
4. **Choose Backend Type**:
|
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.
|
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
|
## View Logs
|
||||||
|
|
||||||
**Via Web UI**
|
**Via Web UI**
|
||||||
|
|||||||
Reference in New Issue
Block a user