---
title: "Manually deploy an application"
method: POST
path: "/applications/deployments"
tags: ["Application Deployments"]
---

# Manually deploy an application

`POST /applications/deployments`

## Request body

- ManualDeployAppRequestBody
  - `app_id` string, required
  - `branch` string
  - `docker_image` string
  - `is_restart` boolean — Set true if you want to release without building your app.

## Response `200`

Deployment created successfully

- MKManualDeploymentSchema
  - `deployment` object, required
    - `id` string, required

## Other responses

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

---

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