---
title: "Update app status (run/stop/restart)"
method: POST
path: "/apps/{app_id}/status"
tags: ["Apps"]
---

# Update app status (run/stop/restart)

`POST /apps/{app_id}/status`

## Path parameters

- `app_id` string, uuid, required

## Request body

- UpdateAppStatusRequest
  - `status` 'run' | 'stop' | 'restart', required

## Response `200`

Status updated successfully

- Success
  - `message` string

## Other responses

- `400` — Bad request or validation error

---

[API](https://skmtc.dev/shardcloud/apis/cloud-website-api.md) · [All operations](https://skmtc.dev/shardcloud/apis/cloud-website-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shardcloud/cloud-website-api/revisions/7fe2fc6c24d7/schema)
