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

启动服务器

GET /servers/{:id}/start 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:38:25.8339327+08:00"
}