Skip to content

Update Cloud Phone Info

Fresh

WARNING

Do not call this API while starting a cloud phone.

Modify cloud phone name, remark, tags, proxy, group, charge mode, and phone number.

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

Request Parameters

ParameterRequiredTypeDescription
idYesstringCloud phone ID
nameNostringNew name (max 100 chars)
remarkNostringNew remark (max 1500 chars)
groupIDNostringNew group ID
tagIDsNoarray[string]New tag IDs
proxyConfigNoobjectNew proxy configuration
proxyIdNostringExisting proxy ID
phoneNumberNostringCustom phone number (must be shut down)

Static Proxy Config

ParameterRequiredTypeDescription
typeIdYesinteger1=socks5, 2=http, 3=https
serverYesstringProxy hostname
portYesintegerProxy port
usernameYesstringUsername
passwordYesstringPassword

Dynamic Proxy Config

typeIdProvider
21IPHTML
22kookeey
23Lumatuo (BrightData)
24Proxyma
25SmartProxy
26RolaIP
27NodeMaven
29KookeeyMobile

Request Example

json
{
  "id": "528086284158239744",
  "name": "api update",
  "remark": "api remark",
  "tagIDs": ["528989565877355520"],
  "groupID": "528995439832269824",
  "proxyConfig": {
    "typeId": 1,
    "server": "123.123.123.123",
    "port": 32080,
    "username": "username",
    "password": "password"
  }
}

Error Codes

CodeDescription
42001Cloud phone does not exist
43022Tag does not exist
43032Group does not exist
45003Proxy region not allowed
45004Proxy check failed
45008Proxy type not allowed

GEELark API Documentation - Built with VitePress