MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / stop_service

Function stop_service

tests/ce/deploy/deploy.py:399–403  ·  view source on GitHub ↗

停止大模型推理服务

()

Source from the content-addressed store, hash-verified

397
398@app.route("/stop", methods=["POST"])
399def stop_service():
400 """停止大模型推理服务"""
401 res, status_code = stop_server()
402
403 return res, status_code
404
405
406@app.route("/config", methods=["GET"])

Callers

nothing calls this directly

Calls 1

stop_serverFunction · 0.85

Tested by

no test coverage detected