LaunchPackageOnDevices
POST/devices/launch/packages/:packageName
Launch an app by package name on multiple devices in one call, without checking whether it is installed. Up to 100 devices per call. The launch is best effort: each device is attempted independently, and the response lists the devices a launch command was queued for (launched) and the devices that were skipped with a reason (failed). The request succeeds with 200 even when every device was skipped. A device is skipped when it is not found in your organization, when you lack the remote launch permission for it, or when it cannot launch content (for example while in ArborXR Kiosk Mode).
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 500
Success. The launch was attempted on every requested device; check failed for devices that were skipped.
Unauthorized
Forbidden
Not Found
Unprocessable Entity
Internal Server Error