diff --git a/doc/Quick_Start_EN.md b/doc/Quick_Start_EN.md index 65352f9fa11e36bcdfc968269477dd974f7a57c3..f5bafe3cffd736142d48f51b9dcf7e98d506a057 100644 --- a/doc/Quick_Start_EN.md +++ b/doc/Quick_Start_EN.md @@ -94,3 +94,13 @@ output ``` {'err_no': 0, 'err_msg': '', 'key': ['res'], 'value': ["['土地整治与土壤修复研究中心', '华南农业大学1素图']"]} ``` + +

Stop Serving/Pipeline service

+ +**Method one** :Ctrl+C to quit + +**Method Two** :In the path where starting the Serving/Pipeline service or the path which environment variable SERVING_HOME set (the file named ProcessInfo.json exists in this path) + +``` +python3 -m paddle_serving_server.serve stop +```