pydo.apps.create_deployment()
Generated on 9 Jun 2026
from pydo version
v0.36.0
Usage
client.apps.create_deployment(
app_id="4f6c71e2-1e90-4762-9fee-6cc4a0a9f2cf",
body={
"force_build": True,
},
)Description
Creating an app deployment will pull the latest changes from your repository and schedule a new deployment for your app.
Parameters
app_idstring requiredThe app ID
force_buildboolean optionalExample:
True
Request Sample
Response Example
More Information
See /v2/apps/{app_id}/deployments in the API reference for additional detail on responses, headers, parameters, and more.