Purges the cache of chain network ledger and recalculates it from chain file.
#### CLI Example
`Command syntax:`
```actionscript
net ledger reload
-net <chain_net_name>
```
`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
```
Example:
`Command:`
```actionscript
cellframe-node-cli net ledger reload
-net foobar
```
`Response:`
```actionscript
"None"
```
### JSON-RPC Example
![[JSON-RPC Request - NET LEDGER RELOAD]]