pydo.apps.revert_rollback()
Generated on 9 Jun 2026
from pydo version
v0.36.0
Usage
client.apps.revert_rollback(app_id="4f6c71e2-1e90-4762-9fee-6cc4a0a9f2cf")Description
Revert an app rollback. This action reverts the active rollback by creating a new deployment from the latest app spec prior to the rollback and unpins the app to resume new deployments.
Parameters
app_idstring requiredThe app ID
Request Sample
Response Example
More Information
See /v2/apps/{app_id}/rollback/revert in the API reference for additional detail on responses, headers, parameters, and more.