Skip to main content
PATCH
JavaScript
Stopping kills every process and service of the app immediately — the same as Force stop in Android settings.
clearData: true additionally wipes the app’s local storage (databases, preferences, cache) — the same as Clear data in Android settings. This is irreversible and typically signs you out of the app.
Requests targeting a protected package fail with 403 Forbidden. Not supported on iOS devices.

Authorizations

Authorization
string
header
required

Bearer token via Authorization header

Headers

X-Device-Display-ID
integer<int64>
default:0
Required range: x >= 0

Path Parameters

deviceId
string
required
packageName
string
required

Body

application/json
clearData
boolean

If true, clears all app data (pm clear) in addition to stopping the app.

Response

No Content