---
title: "POST /base/{baseId}/app/{appId}/deploy"
method: POST
path: "/base/{baseId}/app/{appId}/deploy"
tags: ["app"]
---

# POST /base/{baseId}/app/{appId}/deploy

`POST /base/{baseId}/app/{appId}/deploy`

Deploy app to Vercel

## Path parameters

- `baseId` string, required — Base ID
- `appId` string, required — App ID

## Response `201`

Deployment result

- object
  - `status` 'deploying' | 'success' | 'failed', required — Deployment status
  - `version` number — App version
  - `publicUrl` string — Public URL
  - `error` string — Error message if failed

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/revisions/7515f3b33d79/schema)
