After you are finished checking out the application, stop the Liberty instance by pressing `CTRL+C` in the command-line session where you ran Liberty. Alternatively, you can run the `liberty:stop` goal from the `finish` directory in another shell session: include::{common-includes}/os-tabs.adoc[] [.tab_content.windows_section] -- [role='command'] ``` mvnw.cmd liberty:stop ``` -- [.tab_content.mac_section] -- [role='command'] ``` ./mvnw liberty:stop ``` -- [.tab_content.linux_section] -- [role='command'] ``` ./mvnw liberty:stop ``` --