add recovery mode example in API reference

This commit is contained in:
Amit Kumar
2025-03-10 20:03:25 +00:00
parent cfb74b0da8
commit c7460ac7f2

View File

@@ -43,7 +43,8 @@ curl --connect-timeout 6000 \
"hostPath": "~/Projects",
"readOnly": false
}
]
],
recoveryMode: false
}' \
http://localhost:3000/lume/vms/lume_vm/run
```