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

# Stop App

`POST /v1/hosting/apps/{app_id}/stop`

## Path parameters

- `app_id` string, required

## Response `200`

Successful Response

- HostingDeploymentResponse
  - `app` HostingAppSummary, required
    - `id` string, required
    - `status` string, required
    - `url` string, nullable
    - `updatedAt` string, date-time, required
  - `deployment` HostingDeploymentSummary, required
    - `id` string, required
    - `appId` string, nullable
    - `projectName` string, nullable
    - `providerDeploymentId` string, nullable
    - `status` string, required
    - `statusSource` string
    - `isLive` boolean
    - `isTerminal` boolean
    - `url` string, nullable
    - `summary` string, nullable
    - `error` string, nullable
    - `crashCount` integer
    - `queuePosition` integer, nullable
    - `buildErrorDetail` string, nullable
    - `createdAt` string, date-time, nullable
    - `updatedAt` string, date-time, required
    - `queuedAt` string, date-time, nullable
    - `startedAt` string, date-time, nullable
    - `finishedAt` string, date-time, nullable
    - `hostPort` integer, nullable
    - `containerName` string, nullable
    - `imageTag` string, nullable

## Other responses

- `422` — Validation Error

---

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