# Cloud Phone Management

APIs for Cloud Phone Management.

 - [POST /cloudphone/page](https://guide.morelogin.com/api-reference/cloud-phone/open-api/cloud-phone-management/pageusingpost.md): List the Cloud Phones visible to the authenticated team, page by page. - **Effect**: none. Read-only. Safe to retry with bounded backoff. - **Note**: phones of all device types are returned. Passwords
 - [POST /cloudphone/link](https://guide.morelogin.com/api-reference/cloud-phone/open-api/cloud-phone-management/createcloudphoneremotelink.md): Create a temporary browser access link for a Cloud Phone (Open API only). - **Preconditions**: the phone must belong to your team, be accessible to the calling member, be powered on, and not be held b
 - [POST /cloudphone/create](https://guide.morelogin.com/api-reference/cloud-phone/open-api/cloud-phone-management/createusingpost.md): Purchase and provision one or more Cloud Phones. - **Preconditions**: the plan must have remaining capacity and the daily creation quota must not be exhausted. `country`, `timezone` and `language` are
 - [POST /cloudphone/powerOn](https://guide.morelogin.com/api-reference/cloud-phone/open-api/cloud-phone-management/poweronusingpost.md): Start a Cloud Phone. - **Preconditions**: the phone must currently be powered off. It is rejected when the SKU is delisted or under maintenance, when the phone is held by another member, while its pro
 - [POST /cloudphone/powerOff](https://guide.morelogin.com/api-reference/cloud-phone/open-api/cloud-phone-management/poweroffusingpost.md): Stop a Cloud Phone. - **Preconditions**: the phone must be booting or powered on. It cannot be stopped while held by another member, or while a one-click new device, restart or reset is in progress. -
 - [POST /cloudphone/edit/batch](https://guide.morelogin.com/api-reference/cloud-phone/open-api/cloud-phone-management/editbatchusingpost.md): Update the configuration of one or more Cloud Phones. - **Preconditions**: the phones must belong to the team. Region, language and coordinate values are validated for each device model, exactly as on
 - [POST /cloudphone/setProxy](https://guide.morelogin.com/api-reference/cloud-phone/open-api/cloud-phone-management/setproxy.md): Bind a proxy to one or more Cloud Phones. - **Preconditions**: provide at least one of `ids` or `uniqueIds`. The phones must belong to your team; they do **not** need to be powered on. A supplied `pro
 - [POST /cloudphone/delete/batch](https://guide.morelogin.com/api-reference/cloud-phone/open-api/cloud-phone-management/deleteusingpost.md): Release one or more Cloud Phones. - **Preconditions**: the phones must not be mid-transfer and the team must have no unpaid order for them. The phone does not have to be powered off. - **Effect**: the
 - [POST /cloudphone/newMachine](https://guide.morelogin.com/api-reference/cloud-phone/open-api/cloud-phone-management/onenewusingpost.md): Replace a Cloud Phone's device identity in place (one-click new device). - **Preconditions**: the phone must be powered on and not held by another member. A supplied brand and model must be one the ph
 - [POST /cloudphone/info](https://guide.morelogin.com/api-reference/cloud-phone/open-api/cloud-phone-management/infousingpost.md): Return the full detail of a single Cloud Phone, including group and tag names. - **Effect**: none. Read-only. Safe to retry with bounded backoff. - **Use**: the primary status endpoint for asynchronou
 - [POST /cloudphone/queryByAndroidId](https://guide.morelogin.com/api-reference/cloud-phone/open-api/cloud-phone-management/querybyandroidid.md): Look up a Cloud Phone by the Android ID reported by the device. - **Effect**: none. Read-only. Safe to retry with bounded backoff. The phone does not need to be powered on. - **Returns**: the same det
 - [POST /cloudphone/enableRoot](https://guide.morelogin.com/api-reference/cloud-phone/open-api/cloud-phone-management/enableroot.md): Turn the global ROOT switch on or off for a Cloud Phone. - **Preconditions**: the phone must be powered on and not held by another member. Supported on compatible device models; on incompatible models
 - [POST /cloudphone/screenCap](https://guide.morelogin.com/api-reference/cloud-phone/open-api/cloud-phone-management/screencap.md): Capture the Cloud Phone screen and return a download URL. - **Preconditions**: the phone must be powered on and not held by another member. Supported on compatible device models only; incompatible mod
 - [POST /cloudphone/screenCapBase64](https://guide.morelogin.com/api-reference/cloud-phone/open-api/cloud-phone-management/screencapbase64.md): Capture the Cloud Phone screen and return the image inline as base64. - **Preconditions**: the phone must be powered on and not held by another member. **Supported on compatible device models only** —
 - [POST /cloudphone/brand/models](https://guide.morelogin.com/api-reference/cloud-phone/open-api/cloud-phone-management/cloudphonebrandmodelspost.md): List the device brands and models a Cloud Phone SKU supports. - **Effect**: none. Read-only. Safe to retry with bounded backoff. No Cloud Phone is involved. - **Use**: pick a valid `brand` and `modelI
