Skip to content

Set ROOT Status

Fresh

Enable or disable ROOT access on cloud phones.

URL: https://openapi.geelark.com/open/v1/phone/rootMethod: POST

Request Parameters

ParameterRequiredTypeDescription
idsYesarray[string]Cloud phone IDs
enableYesbooleantrue=enable ROOT, false=disable ROOT

Request Example

json
{
  "ids": ["528086321789535232"],
  "enable": true
}

Response Example

json
{
  "traceId": "123456ABCDEF",
  "code": 0,
  "msg": "success",
  "data": {
    "totalAmount": 1,
    "successAmount": 1,
    "failAmount": 0
  }
}

Error Codes

CodeDescription
42001Cloud phone does not exist
43016Cloud phone does not support ROOT temporarily

GEELark API Documentation - Built with VitePress