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

# Redeploy App

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

## Path parameters

- `app_id` string, required

## Response `202`

Successful Response

- HostingPublishResponse
  - `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
  - `summary` string, required
  - `appId` string, required
  - `deploymentId` string, required
  - `status` string, required
  - `deploymentUrl` string, nullable
  - `updatedAt` string, date-time, required

## 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)
