All Products
Search
Document Center

Cloud Phone:InstallApp

Last Updated:Apr 17, 2026

Installs applications in batches on Cloud Phone instances.

Operation description

Before you can install an application, you must create it by calling the CreateApp operation. This is an asynchronous operation. You can call the DescribeTasks operation to query the task status.

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

AppIdList

array

No

The application IDs.

string

No

An application ID.

12710

InstanceGroupIdList

array

No

The instance group IDs.

string

No

An instance group ID.

ag-ayyhomlal7mvm****

InstanceIdList

array

No

The instance IDs.

string

No

An instance ID.

acp-dvbhknfasf123****

Response elements

Element

Type

Description

Example

object

The response parameters.

RequestId

string

The request ID.

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

TaskId

string

The task ID.

t-14xwibw7yp73q****

ChildTaskInfo

array<object>

The child task objects.

object

A child task object.

InstanceId

string

The instance ID.

acp-ty3bnd7b9xxxx

ChildTaskId

string

The child task ID.

t-ybde48cevxxxx

AppId

string

The application ID.

Examples

Success response

JSON format

{
  "RequestId": "E5138F7E-46B5-526A-8C99-82DEAE6B****",
  "TaskId": "t-14xwibw7yp73q****",
  "ChildTaskInfo": [
    {
      "InstanceId": "acp-ty3bnd7b9xxxx",
      "ChildTaskId": "t-ybde48cevxxxx",
      "AppId": ""
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.