Launch Roku App
launch_appLaunch a Roku channel or app directly to its home screen by app ID, with optional launch parameters for specific titles.
Instructions
Launch a channel / app on the device to its home screen by app id. Discover ids with ecp_query "/query/apps"; "dev" is the sideloaded Dev App. Changes device state (foregrounds the app). To open the app directly on a specific title use deep_link instead; optional launch params are passed through as ECP query params.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Channel id (e.g. "837" for YouTube, "dev" for sideloaded). | |
| device | No | Target device — IP (e.g. "192.168.1.154") or serial (e.g. "X00046N6S6F"). Omit to use the focused device. | |
| params | No | Optional URL-encoded launch params. |