latestOpenAPI 3.1.02026-08-205816.9 KB
4620b74b36e4
Deploy an app
<Info>The App Management API is in beta. Endpoints, fields, and behavior may still change, so avoid depending on it in production.</Info>
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.
post/api/apps/{app_id}/deploy
Path parameters
app_idstring required
ID of the app to deploy.
ID of the app to deploy.
Request body
Example request
{
"checkpoint_id": "6886b8d390dc7e2f4a2c91b3"
}Response
Details of the published deployment.
Example response
{
"app_id": "6820f3a4e7b91d003c45a1f2",
"checkpoint_id": "6886b8d390dc7e2f4a2c91b3",
"git_commit_hash": "a1b2c3d4e5f67890abcdef1234567890abcdef12",
"deployed_at": "2026-08-02T14:30:00"
}