---
title: "Deploy Application"
method: POST
path: "/apps/{appId}/deploy"
tags: ["Applications"]
---

# Deploy Application

`POST /apps/{appId}/deploy`

Deploys an application, making it active and running.

## Path parameters

- `appId` string, required

## Response `200`

Application was successfully deployed.

## Other responses

- `401` — User is unauthorized.
- `404` — Application is not found.
- `409` — Application is suspended.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/versions/9e622620664b/schema)
