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

# Запуск сайта

`POST /applications/{app_id}:start`

Запускает сайт приложения. Поддерживает идемпотентность через заголовок `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` — Внутренняя ошибка сервера.

## Changes

- **2026-07-22** `b905fafbfc0a` — 1 info
  - added the non-success response with the status `404`
- **2026-06-16** `3562482b042d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smartofood/apis/smartofood-control-api/changes/applications/:app_id:start/post.md)

---

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