pydo.apps.cancel_event()

Generated on 7 May 2026 from pydo version v0.34.0

Description

Cancel an in-progress autoscaling event.

Parameters

Name Type Required Description Default Value
app_id string True The app ID
event_id string True The event ID

Request Sample

import os
from pydo import Client

client = Client(token=os.environ.get("DIGITALOCEAN_TOKEN"))

get_resp = client.apps.cancel_event(app_id="4f6c71e2", event_id="3aa4d20e")

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.