pydo.autoscalepools.delete_dangerous()
Generated on 8 May 2026
from pydo version
v0.34.0
Usage
client.autoscalepools.delete_dangerous(
autoscale_pool_id="0d3db13e-a604-4944-9827-7ec2642d32ac",
x_dangerous=True,
)Description
To destroy an autoscale pool and its associated resources (Droplets),
send a DELETE request to the /v2/droplets/autoscale/{autoscale_pool_id}/dangerous endpoint.
Parameters
autoscale_pool_idstring requiredA unique identifier for an autoscale pool.
x_dangerousboolean requiredAcknowledge this action will destroy the autoscale pool and its associated resources and _can not_ be reversed.
More Information
See /v2/droplets/autoscale/{autoscale_pool_id}/dangerous in the API reference for additional detail on responses, headers, parameters, and more.