Changes current network operational state: [online | offline] or forces it to start a syncronization [sync] process.
`Command syntax:`
```actionscript
net go {online | offline | sync}
-net <chain net name>
[-mode {update | all}]
```
`Options:`
```actionscript
-net - name of the Cellframe Network. The list of networks can be found in the <Config_dir> \ etc \ network folder or received by The Cellframe-Node-CLI using command - net list
-mode - "update" (by default if only new chains and databases are updated) or "all" (updates everithing from zero) (optional)
go {online | offline | sync} - turns on connections | turns off connections | synchronization only
```
### CLI Example
`Command:`
```actionscript
cellframe-node-cli net go sync
-net foobar
```
`Response:`
```actionscript
net: foobar
current: NET_STATE_ONLINE
start: resynchronizing
```
### JSON-RPC Example
![[JSON-RPC Request - NET GO]]