Using the cycli Utility : cycli Commands : revert

revert
Discard changes and revert to previously committed state.
Synopsis
revert
Examples
cli> get network hostname
dingo
cli> set network hostname kookaburra
OK
cli> get network hostname
kookaburra
cli> revert
OK
cli> get network hostname
dingo