---
title: "卸载接口"
method: POST
path: "/api/cne/app/uninstall"
tags: ["应用管理"]
---

# 卸载接口

`POST /api/cne/app/uninstall`

卸载接口

## Headers

- `Authorization` string
- `X-Auth-Token` string

## Request body

- ModelAppModel
  - `cluster` string
  - `name` string, required
  - `namespace` string, required

## Response `201`

Created

- RouterResponse2xx
  - `data` unknown
  - `message` string
  - `pagination` unknown
  - `success` boolean

## Other responses

- `500` — Internal Server Error

---

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