---
title: "Остановка сайта"
method: POST
path: "/applications/{app_id}:stop"
tags: ["Приложения"]
---

# Остановка сайта

`POST /applications/{app_id}:stop`

Останавливает сайт приложения. Поддерживает идемпотентность через заголовок `Idempotency-Key`.

## Path parameters

- `app_id` integer, required

## Headers

- `Idempotency-Key` string, uuid

## Response `200`

Сайт остановлен.

- StatusOk
  - `status` string, required — Статус выполнения операции.

## Other responses

- `400` — Неправильный запрос.
- `401` — Пользователь не авторизован или токен не передан.
- `403` — Доступ запрещен.
- `404` — Метод или объект не найден.
- `500` — Внутренняя ошибка сервера.

---

[API](https://skmtc.net/smartofood/apis/smartofood-control-api.md) · [All operations](https://skmtc.net/smartofood/apis/smartofood-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartofood/smartofood-control-api/versions/b905fafbfc0a/schema)
