The commands below delete all data on the
Apstra server to a fresh state.
Run the command service aos stop.
Run the command rm -rf
/var/lib/aos/db/*.
Run the command service aos start.
admin@aos-server:~$ sudo service aos stop
admin@aos-server:~$ sudo rm -rf /var/lib/aos/db/*
admin@aos-server:~$ sudo service aos start
admin@aos-server:~$