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

强制结束服务器

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

路径参数

参数名说明
id服务器Id

返回示例

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