pydo.autoscalepools.delete_dangerous()
Generated on 17 Apr 2025
from pydo
version
v0.10.0
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
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
autoscale_pool_id |
string | True | A unique identifier for an autoscale pool. | |
X-Dangerous |
boolean | True | Acknowledge this action will destroy the autoscale pool and its associated resources and can not be reversed. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.