pydo.droplets.destroy_retry_with_associated_resources()

Generated on 8 May 2026 from pydo version v0.34.0

Usage

client.droplets.destroy_retry_with_associated_resources(droplet_id=3164444)
Returns NoneRaises HttpResponseError

Description

If the status of a request to destroy a Droplet with its associated resources reported any errors, it can be retried by sending a POST request to the /v2/droplets/{droplet_id}/destroy_with_associated_resources/retry endpoint.

Only one destroy can be active at a time per Droplet. If a retry is issued while another destroy is in progress for the Droplet a 409 status code will be returned. A successful response will include a 202 response code and no content.

Parameters

droplet_id integer required

A unique identifier for a Droplet instance.

Min: 1

Request Sample

Show Request Sample
import os
from pydo import Client

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

resp = client.droplets.destroy_retry_with_associated_resources(droplet_id=524512)

More Information

See /v2/droplets/{droplet_id}/destroy_with_associated_resources/retry 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.