pydo.apps.get_deployment()

Generated on 30 Jun 2025 from pydo version v0.12.0

Description

Retrieve information about an app deployment.

Parameters

Name Type Required Description Default Value
app_id string True The app ID
deployment_id string True The deployment ID

Request Sample

import os
from pydo import Client

client = Client(token=os.environ.get("DIGITALOCEAN_TOKEN"))

get_resp = client.apps.get_deployment(app_id="a6adf840", deployment_id="b6bdf840")

More Information

See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.