From the course: Next.js: Creating and Hosting a Full-Stack Site

Unlock this course with a free trial

Join today to access over 24,500 courses taught by industry experts.

Shutting down a Next.js app

Shutting down a Next.js app

- [Instructor] All right, well at this point, we have our Next.js application hosted on Vercel. Now, you're perfectly welcome to just leave it there, since Vercel provides free hosting for Next.js applications, but in case you want to shut it down, all you need to do is go into your project, go to the Settings of your project, and then General, and then you're just going to scroll all the way to the bottom and click on Delete. Now, I'm not going to do this because I want to leave the project up, but that's how you would delete the project if you want, and that will get rid of the deployment and you'll no longer be able to access it on that URL. So, that is how to shut down a Next.js application if you should need to do so.

Contents