Deploy an app
Deploys your app to production, publishing your latest changes so they go live for its users. By default the app’s current version is deployed. To deploy a specific saved version instead, pass its ID in the request body.
Authorizations
Workspace API key.
Path Parameters
ID of the app to deploy.
Body
ID of a specific saved version of the app to deploy. If omitted, the app's current version is deployed.
"6886b8d390dc7e2f4a2c91b3"
Response
Deploy result for workspace API-key callers.
ID of the app that was deployed.
"6820f3a4e7b91d003c45a1f2"
ID of the saved version associated with this deploy. The git commit hash identifies the exact code that was deployed. Null if the app has no saved versions.
"6886b8d390dc7e2f4a2c91b3"
Git commit hash of the code that was deployed.
"a1b2c3d4e5f67890abcdef1234567890abcdef12"
Time the app was deployed.
"2026-08-02T14:30:00"