跳到主要内容
版本:2.x

关闭服务器

GET /servers/{:id}/stop HTTP/1.1

路径参数

参数名说明
id服务器Id

返回示例

{
"code": 202,
"errorMsg": null,
"data": null,
"time": "2024-10-12T20:44:08.0818311+08:00"
}
{
"code": 403,
"errorMsg": "服务器未运行",
"data": null,
"time": "2024-10-12T20:39:00.5250945+08:00"
}