Deploy Edge Application
3 min
deploy edge application ui trigger applications > marketplace > launch step table step api name method endpoint notes output 1 list marketplace catalogs get {{edgeurl}}/apps/marketplace/catalogs check which marketplace sources are configured catalog list 2 get marketplace apps get {{edgeurl}}/apps/marketplace/catalogs/{catalog id}/apps browse available apps in a catalog app list + appid 3 launch a catalog app post {{edgeurl}}/apps/marketplace/launch supply appid , config / env vars app installed + started 4 get running catalog apps get {{edgeurl}}/apps/running confirm app is running status = running after launch app lifecycle endpoints (applications > catalog apps) put /apps/{id}/start , put /apps/{id}/stop delete /apps/{id} (uninstall) get /apps/{id}/logs , get /apps/{id}/stats see also applications reference # for the lem side equivalent (deploy app to many edges), see deploy app to edge device (lem) #