pydo.apps.commit_rollback()

Generated on 7 Jul 2026 from pydo version v0.39.0

Usage

client.apps.commit_rollback(app_id="4f6c71e2-1e90-4762-9fee-6cc4a0a9f2cf")
Returns NoneRaises HttpResponseError

Description

Commit an app rollback. This action permanently applies the rollback and unpins the app to resume new deployments.

Parameters

app_id string required

The app ID

Request Sample

Show 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 /v2/apps/{app_id}/rollback/commit in the API reference for 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.