---
title: "Promote an application"
method: POST
path: "/applications/promote"
tags: ["Application Deployments"]
---

# Promote an application

`POST /applications/promote`

## Request body

- PromoteAppRequestBody
  - `source_app_id` string, required
  - `target_app_ids` string[], required

## Response `200`

App promoted successfully

- MKPromoteAppSchema
  - `promote` object[], required
    - `target_app_id` string, required
    - `deployment_id` string, required

## Other responses

- `401` — No or invalid API key provided to the request
- `500` — Error occurred while promoting the app

---

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