pydo.apps.restart()
Generated on 8 May 2026
from pydo version
v0.34.0
Usage
client.apps.restart(
app_id="4f6c71e2-1e90-4762-9fee-6cc4a0a9f2cf",
body={
"components": [...],
},
)Description
Perform a rolling restart of all or specific components in an app.
Parameters
app_idstring requiredThe app ID
componentsarray of strings optionalExample:
['component1', 'component2']
Request Sample
Response Example
More Information
See /v2/apps/{app_id}/restart in the API reference for additional detail on responses, headers, parameters, and more.