pydo.apps.commit_rollback()

Generated on 18 Jun 2025 from pydo version v0.11.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.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.