---
title: "Publish an application"
method: POST
path: "/applications/{appId}/publish"
tags: ["applications"]
deprecated: true
---

# Publish an application

`POST /applications/{appId}/publish`

> **Deprecated.**

## Path parameters

- `appId` string, required

## Response `200`

Returns the deployment object.

- DeploymentOutput
  - `data` object, required
    - `_id` string, required — The ID of the app.
    - `status` 'SUCCESS' | 'FAILURE', required — Status of the deployment, whether it succeeded or failed
    - `appUrl` string, required — The URL of the published app

## Changes

- **2025-08-12** `2431a329027e` — 1 info
  - endpoint deprecated
- **2025-08-12** `59512e56a896` — 1 info
  - endpoint added
- **2025-08-12** `b823f37532cc` — 3 info
  - api operation id `appPublish` removed and replaced with `workspacePublish`
  - api tag `workspaces` added
  - api tag `applications` removed
- **2023-03-06** `7de0ab0187e0` — 1 info
  - endpoint reactivated

[Change history](https://skmtc.dev/budibase/apis/budibase-api/changes/applications/:appId/publish/post.md)

---

[API](https://skmtc.dev/budibase/apis/budibase-api.md) · [All operations](https://skmtc.dev/budibase/apis/budibase-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/budibase/budibase-api/revisions/9c6f16fc652b/schema)
