---
title: "Start App"
method: POST
path: "/apps/{app_id}/start"
tags: ["apps"]
---

# Start App

`POST /apps/{app_id}/start`

Start an app on an endpoint

## Path parameters

- `app_id` string, required — App ID to start

## Query parameters

- `endpointId` integer — Endpoint ID to start app on. If not set, start on the local endpoint

## Response `204`

App started successfully

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/websoft9/apis/appmanae-api.md) · [All operations](https://skmtc.dev/websoft9/apis/appmanae-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/websoft9/appmanae-api/revisions/e4bf692cc15e/schema)
