I've deployed an application with: meteor deploy a-meteor-app.meteor.com
.
Is there a way for me to undeploy from meteor.com?
Creating your first appOpen your web browser and go to http://localhost:3000 to see the app running. You can play around with this default app for a bit before we continue. For example, try editing the text in <h1> inside client/main. html using your favorite text editor.
Suppose I have deployed an app on the url :- http://anotherajax.meteor.com/ .
Then, to remove this deployed app, Run this Command:-
meteor deploy --delete anotherajax.meteor.com
From the Documentation:
To delete an application you've deployed, specify the --delete option along with the site.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With