关闭指定环境。需要指定环境 ID。需要 MoreLogin 应用程序 v2.15.0 或更高版本。
POST
curl -i -X POST \
http://127.0.0.1:40000/api/env/close \
-H 'Content-Type: application/json' \
-d '{
"envId": "1869649942658850816",
"uniqueId": 0
}'Response
{ "code": 0, "msg": null, "data": { "envId": "string", "debugPort": "string" } }