Skip to content
  • Auto
  • Light
  • Dark

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
ModelsExpand Collapse
AssociatedResource = object { id, cost, name }

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

id: optional string

The unique identifier for the resource associated with the Droplet.

cost: optional string

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

name: optional string

The name of the resource associated with the Droplet.

DestroyedAssociatedResource = object { id, destroyed_at, error_message, name }

An object containing information about a resource scheduled for deletion.

id: optional string

The unique identifier for the resource scheduled for deletion.

destroyed_at: optional string

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_message: optional string

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

name: optional string

The name of the resource scheduled for deletion.