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

# Stop App

`POST /apps/{app_id}/stop`

Stop an app on an endpoint

## Path parameters

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

## Query parameters

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

## Response `204`

App stopped 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)
