pydo.apps.commit_rollback()
Generated on 16 Feb 2026
from pydo version
v0.26.0
Description
Commit an app rollback. This action permanently applies the rollback and unpins the app to resume new deployments.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
app_id |
string | True | The app ID |
Request Sample
import os
from pydo import Client
client = Client(token=os.environ.get("DIGITALOCEAN_TOKEN"))
commit_resp = client.apps.commit_rollback("1")More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.