---
title: "dry-run application to latest revision"
method: POST
path: "/api/v1/applications/{appName}/dry-run"
tags: ["application"]
---

# dry-run application to latest revision

`POST /api/v1/applications/{appName}/dry-run`

## Path parameters

- `appName` string, required

## Request body

- V1AppDryRunReq
  - `dryRunType` string, required
  - `env` string, required
  - `version` string, required
  - `workflow` string, required

## Response `200`

OK

- V1AppDryRunResponse
  - `message` string
  - `success` boolean, required
  - `yaml` string, required

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/kubevela/apis/kubevela-api-doc.md) · [All operations](https://skmtc.net/kubevela/apis/kubevela-api-doc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kubevela/kubevela-api-doc/revisions/8e41615b25d5/schema)
