From d2dac94044bd5ec4e7c52228a0ebdb117bd55451 Mon Sep 17 00:00:00 2001 From: huangjianhui <852142024@qq.com> Date: Wed, 24 Nov 2021 16:03:55 +0800 Subject: [PATCH] Update Quick_Start_EN.md --- doc/Quick_Start_EN.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/Quick_Start_EN.md b/doc/Quick_Start_EN.md index 65352f9f..f5bafe3c 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 +``` -- GitLab