---
title: "执行快速发布"
method: POST
path: "/apps/deployment/execute"
tags: ["QuickDeployment"]
---

# 执行快速发布

`POST /apps/deployment/execute`

启动快速发布流程，支持串行或并行执行模式

## Request body

- ModelExecuteQuickDeploymentRequest
  - `deployment_id` integer, required — 发布ID
  - `execution_mode` 1 | 2 — 执行模式: 1=并行(默认) 2=串行

## Response `200`

OK

- object
  - `code` integer — 状态码
  - `data` string — 返回的数据
  - `message` string — 提示信息

---

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