pydo.apps.get_instances()
Generated on 17 Jul 2025
from pydo
version
v0.13.0
Description
Retrieve the list of running instances for a given application, including instance names and component types. Please note that these instances are ephemeral and may change over time. It is recommended not to make persistent changes or develop scripts that rely on their persistence.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
app_id |
string | True | The app ID |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.