Skip to content
  • Auto
  • Light
  • Dark

Destroy With Associated Resources

Destroy With Associated Resources

Destroy With Associated Resources

Check Status of a Droplet Destroy with Associated Resources Request
get/v2/droplets/{droplet_id}/destroy_with_associated_resources/status
Destroy a Droplet and All of its Associated Resources (Dangerous)
delete/v2/droplets/{droplet_id}/destroy_with_associated_resources/dangerous
Selectively Destroy a Droplet and its Associated Resources
delete/v2/droplets/{droplet_id}/destroy_with_associated_resources/selective
List Associated Resources for a Droplet
get/v2/droplets/{droplet_id}/destroy_with_associated_resources
Retry a Droplet Destroy with Associated Resources Request
post/v2/droplets/{droplet_id}/destroy_with_associated_resources/retry
Associated Resource
AssociatedResourceobject

An objects containing information about a resource associated with a Droplet.

ShowShow
idstring
optional

The unique identifier for the resource associated with the Droplet.

coststring
optional

The cost of the resource in USD per month if the resource is retained after the Droplet is destroyed.

namestring
optional

The name of the resource associated with the Droplet.

Destroyed Associated Resource
DestroyedAssociatedResourceobject

An object containing information about a resource scheduled for deletion.

ShowShow
idstring
optional

The unique identifier for the resource scheduled for deletion.

destroyed_atstring
optional

A time value given in ISO8601 combined date and time format indicating when the resource was destroyed if the request was successful.

formatdate-time
error_messagestring
optional

A string indicating that the resource was not successfully destroyed and providing additional information.

namestring
optional

The name of the resource scheduled for deletion.