# Restart App

Endpoint: POST /cloudphone/app/restart
Version: 1.0.0
Security: Authorization

## Request fields (application/json):

  - `id` (integer)
    Cloud phone ID

  - `packageName` (string)
    App package name

## Response 200 fields (application/json):

  - `code` (integer)
    Response code:0 = success, >0 = error

  - `msg` (string, required)
    Response msg, Error message returned if code > 0

  - `data` (boolean)

