# Stop App

Endpoint: POST /cloudphone/app/stop
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

  - `data` (boolean)

  - `msg` (string)
    Message; populated if code > 0

