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

# Redeploy App

`PUT /apps/{app_id}/redeploy`

Redeploy an app on an endpoint

## Path parameters

- `app_id` string, required — App ID to redeploy

## Query parameters

- `endpointId` integer — Endpoint ID to redeploy app on. If not set, redeploy on the local endpoint
- `pullImage` boolean, required — Whether to pull the image when redeploying the app

## Response `200`

Success

- unknown

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

## Changes

- **2026-04-23** `e4bf692cc15e` — 1 breaking, 1 info
  - removed the success response with the status `204`
  - added the success response with the status `200`

[Change history](https://skmtc.dev/websoft9/apis/appmanae-api/changes/apps/:app_id/redeploy/put.md)

---

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