プロファイルのアクティブなクラウドランタイムを停止します。成功レスポンスは停止リクエストが受け付けられたことだけを示し、 アーカイブとリソースの解放は引き続き進行している場合があります。
force は、現在の実行のアーカイブ状態が FAILED の場合にのみ適用されます。
Browser profile (environment) ID. Serialized as a decimal string to avoid JavaScript precision loss on 64-bit integers.
Example:"1800000000000001"
POST
curl -i -X POST \
http://127.0.0.1:40000/api/cloudbrowser/stop \
-H 'Content-Type: application/json' \
-d '{
"envId": "1800000000000001",
"force": false
}'Success
Operation request ID. This field may be present when the request passes through the API gateway.
Example:"1d4f3ea968664593860b94b35d4ebf5e"
Response
{ "code": 0, "msg": null, "requestId": "1d4f3ea968664593860b94b35d4ebf5e", "data": null }