How to force a full restart on project?

My project appears to be running multiple times at once, somehow. I was wondering if it was possible to completely stop the project from running and start it again?

I assume there is a command or something, maybe?

try to open the console (project-settings>advanced) and type ‘refresh’

not sure if refresh is sufficient, try
pnpm instal / npm install

install should go quickly through, concluding everything is up to date, and this what happens anyway everytime container goes to sleep and then wakes up.