You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manage-sandboxes/uninstall-nemoclaw.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,8 @@ A single full uninstall reports the process and continues.
129
129
Before each sandbox deletion during scoped Docker cleanup, NemoClaw proves the selected configuration and running gateway identity again and passes the selected gateway name to OpenShell.
130
130
The configuration and running process must use the state-root-specific OpenShell sandbox namespace that NemoClaw generated.
131
131
For a NemoClaw-managed gateway, the live proof also binds the process owner, PID file, runtime marker, and command line to the exact gateway name and port.
132
-
For an externally supervised gateway, NemoClaw proves the configured state, the supervisor's current main process, its owner, and its loaded sandbox namespace.
132
+
For an externally supervised gateway, NemoClaw proves the configured state.
133
+
It binds the supervisor's current main process to its owner, loaded sandbox namespace, declared executable, selected gateway name, and selected port.
133
134
When NemoClaw can prove an owner-private, generated configuration and complete JWT bundle that predate state-root scoping, restart keeps the legacy gateway ID, JWT bundle, and Docker driver's `default` namespace.
134
135
That compatibility keeps the gateway able to find existing containers and keeps their non-expiring sandbox JWT issuer valid.
135
136
NemoClaw regenerates the other gateway settings from the current runtime configuration.
Copy file name to clipboardExpand all lines: docs/reference/commands.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4305,7 +4305,8 @@ A single full uninstall reports the process and continues.
4305
4305
Before each sandbox deletion during scoped Docker cleanup, NemoClaw proves the selected configuration and running gateway identity again and passes the selected gateway name to OpenShell.
4306
4306
The configuration and running process must use the state-root-specific OpenShell sandbox namespace that NemoClaw generated.
4307
4307
For a NemoClaw-managed gateway, the live proof also binds the process owner, PID file, runtime marker, and command line to the exact gateway name and port.
4308
-
For an externally supervised gateway, NemoClaw proves the configured state, the supervisor's current main process, its owner, and its loaded sandbox namespace.
4308
+
For an externally supervised gateway, NemoClaw proves the configured state.
4309
+
It binds the supervisor's current main process to its owner, loaded sandbox namespace, declared executable, selected gateway name, and selected port.
4309
4310
When NemoClaw can prove an owner-private, generated configuration and complete JWT bundle that predate state-root scoping, restart keeps the legacy gateway ID, JWT bundle, and Docker driver's `default` namespace.
4310
4311
That compatibility keeps the gateway able to find existing containers and keeps their non-expiring sandbox JWT issuer valid.
4311
4312
NemoClaw regenerates the other gateway settings from the current runtime configuration.
0 commit comments