cURL
curl --request POST \ --url http://localhost:2468/v1/desktop/launch \ --header 'Content-Type: application/json' \ --data ' { "app": "<string>", "args": [ "<string>" ], "wait": true } '
{ "processId": "<string>", "pid": 1, "windowId": "<string>" }
Launches an application by name on the managed desktop, optionally waiting for its window to appear.
Application launched
x >= 0