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/reference/commands.mdx
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2981,12 +2981,13 @@ Use `channels stop` instead of `channels remove` when you want to pause a bridge
2981
2981
2982
2982
### `$$nemoclaw <name> channels start <channel>`
2983
2983
2984
-
Re-enable a channel previously paused with `channels stop`. The channel is removed from the disabled list, the sandbox is rebuilt, and the bridge registers with the gateway again using the stored credentials.
2984
+
Re-enable a channel previously paused with `channels stop`.
2985
2985
The command verifies that the sandbox's agent runtime supports the channel before reading configured or disabled channel state.
2986
2986
It then requires the channel to be configured for the sandbox.
2987
-
Before the rebuild, NemoClaw reapplies the matching built-in network policy preset so the restored bridge has egress to its upstream API.
2988
-
Before updating the disabled list or applying the policy, NemoClaw prints the exact effective egress scope when the preset would open or replace access, or reports that no new egress would be opened when the preset is already effective.
2989
-
If policy restoration fails, NemoClaw rolls the channel back to disabled and exits without rebuilding into a partially active state.
2987
+
NemoClaw removes the channel from the disabled list and records it as enabled in the messaging plan.
2988
+
The rebuild uses that plan to attach the existing bridge provider before applying its matching built-in network policy preset to the replacement sandbox.
2989
+
Before updating the disabled list, NemoClaw prints the exact effective egress scope when the preset would open or replace access, or reports that no new egress would be opened when the preset is already effective.
2990
+
If the command queues the change without rebuilding, the running sandbox keeps its existing bridge and network policy until you run `$$nemoclaw <name> rebuild`.
0 commit comments