v8

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2025-10-165266542.4 MB
DigitalOcean-public.v2-new_Apps

Create an App Deployment

Creating an app deployment will pull the latest changes from your repository and schedule a new deployment for your app.

post/v2/apps/{app_id}/deployments

Path parameters

app_idstring required

The app ID

Request body

force_buildboolean

Example request

{
  "force_build": true
}

Response

A JSON object with a deployment key.