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
gpu_droplets.destroy_with_associated_resources.check_status(intdroplet_id) -> completed_atdatetimedropletDestroyedAssociatedResourcefailuresintresourcesResourcesDestroyWithAssociatedResourceCheckStatusResponse
get/v2/droplets/{droplet_id}/destroy_with_associated_resources/status
Destroy a Droplet and All of its Associated Resources (Dangerous)
gpu_droplets.destroy_with_associated_resources.delete_dangerous(intdroplet_id, DestroyWithAssociatedResourceDeleteDangerousParams**kwargs)
delete/v2/droplets/{droplet_id}/destroy_with_associated_resources/dangerous
Selectively Destroy a Droplet and its Associated Resources
gpu_droplets.destroy_with_associated_resources.delete_selective(intdroplet_id, DestroyWithAssociatedResourceDeleteSelectiveParams**kwargs)
delete/v2/droplets/{droplet_id}/destroy_with_associated_resources/selective
List Associated Resources for a Droplet
gpu_droplets.destroy_with_associated_resources.list(intdroplet_id) -> floating_ipslistreserved_ipslistsnapshotslistvolume_snapshotslistvolumeslistDestroyWithAssociatedResourceListResponse
get/v2/droplets/{droplet_id}/destroy_with_associated_resources
Retry a Droplet Destroy with Associated Resources Request
gpu_droplets.destroy_with_associated_resources.retry(intdroplet_id)
post/v2/droplets/{droplet_id}/destroy_with_associated_resources/retry
Associated Resource
AssociatedResourceclass

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

ShowShow
idstr
optional

The unique identifier for the resource associated with the Droplet.

coststr
optional

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

namestr
optional

The name of the resource associated with the Droplet.

Destroyed Associated Resource
DestroyedAssociatedResourceclass

An object containing information about a resource scheduled for deletion.

ShowShow
idstr
optional

The unique identifier for the resource scheduled for deletion.

destroyed_atdatetime
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_messagestr
optional

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

namestr
optional

The name of the resource scheduled for deletion.