How do I undeploy a meteor application?
I've deployed an application with:
meteor deploy a-meteor-app.meteor.com
.
Is there a way for me to undeploy from meteor.com?
Solution 1:
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
Solution 2:
From the Documentation:
To delete an application you've deployed, specify the --delete option along with the site.