def stop_ec2(ipaddr): eventlet.spawn_n(AppManager.stop_ec2, ipaddr) return redirect(url_for('view.show_home'))