API Reference
/- Browser
- Open API
- Stop cloud runtime
Start cloud runtime
Page cloud runtimes
Connect cloud runtime
Stop cloud runtime
Stop the active cloud runtime for a profile. A successful response only means the stop request was accepted; archiving and resource release may still be in progress.
force is only honored when the current run has an archive status of FAILED.
Security
OpenApiBearer
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 \
https://api.morelogin.com/cloudbrowser/stop \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-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 }