如何取消部署预测IO模型 [英] How to undeploy the Prediction IO model

查看:92
本文介绍了如何取消部署预测IO模型的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用预测io模板进行逻辑回归.我已经使用pio deploy部署了模型.它为我测试问题提供了一个端口.我的问题是如何取消部署模型.是否有任何要取消部署的命令,或者我必须使用netstat -npl | grep port no查找端口的PID并手动终止该PID.

I am working with logistic regression using prediction io template. I have been deployed a model using pio deploy. It gives me a port where I am testing my problem. My question is how to undeploy the model. Is there any command to undeploy Or I have to find the PID of port using netstat -npl | grep port no and manually kill the PID.

推荐答案

您可以使用pio undeploy

pio undeploy --ip <user_ip> --port <user_port>

这篇关于如何取消部署预测IO模型的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆