All Products
Search
Document Center

Cloud Phone:ModifyAndroidInstance

Last Updated:Dec 12, 2025

Modifies the information of an Android instance. Currently, this operation can be used to modify only the instance name and the upstream and downstream bandwidth limits.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

AndroidInstanceId

string

No

The ID of a single instance. If you specify this parameter, InstanceIds is ignored.

acp-8v5bjld0r7tkl****

NewAndroidInstanceName

string

No

The new name for the instance.

Note
  • The name can be up to 30 characters long. It must start with a letter or a Chinese character and cannot start with http:// or https://. The name can contain only letters, digits, Chinese characters, colons (:), underscores (_), periods (.), and hyphens (-).

new_name

InstanceIds

array

No

The list of Android instance IDs. You can specify from 1 to 100 IDs.

string

No

An Android instance ID.

acp-5hh4a31emkt6u****

UpBandwidthLimit

integer

No

The limit for upstream bandwidth. Unit: Mbps.

50

DownBandwidthLimit

integer

No

The limit for downstream bandwidth. Unit: Mbps.

50

Response elements

Element

Type

Description

Example

object

The returned parameters.

RequestId

string

The ID of the request.

E5138F7E-46B5-526A-8C99-82DEAE6B****

Examples

Success response

JSON format

{
  "RequestId": "E5138F7E-46B5-526A-8C99-82DEAE6B****"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.