Menu

Batch Power Off

Usage Instructions

Batch power off, supports powering off up to 20 cloud phones simultaneously.

Request Instructions

  • Method: POST
  • Endpoint: /api/v1/cloudPhone/powerOff

Request Parameters

Parameter Type Required Description
image_ids array Yes Cloud phone IDs

Request Example

json Copy
{
    "image_ids": ["xx"]
}

Response Example

json Copy
{
    "code": 200,
    "data": {
        "success": [ // Successfully powered-off cloud phone IDs
            "xx"
        ],
        "fail": [ // Failed power-off cloud phone IDs
            "xx"
        ]
    },
    "message": "Success"
}
Previous
Batch Power On
Next
Batch Restart
Last modified: 2024-12-13Powered by