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

# Undeploy Application

`POST /apps/{appId}/undeploy`

Undeploys an application, stopping all running instances.

## Path parameters

- `appId` string, required

## Response `200`

Application was successfully undeployed.

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