Skip to content
  • Auto
  • Light
  • Dark

Destroy With Associated Resources

Destroy With Associated Resources

Check Status of a Droplet Destroy with Associated Resources Request
client.gpuDroplets.destroyWithAssociatedResources.checkStatus(numberdropletID, RequestOptionsoptions?): DestroyWithAssociatedResourceCheckStatusResponse { completed_at, droplet, failures, resources }
get/v2/droplets/{droplet_id}/destroy_with_associated_resources/status
Destroy a Droplet and All of its Associated Resources (Dangerous)
client.gpuDroplets.destroyWithAssociatedResources.deleteDangerous(numberdropletID, DestroyWithAssociatedResourceDeleteDangerousParams { xDangerous } params, RequestOptionsoptions?): void
delete/v2/droplets/{droplet_id}/destroy_with_associated_resources/dangerous
Selectively Destroy a Droplet and its Associated Resources
client.gpuDroplets.destroyWithAssociatedResources.deleteSelective(numberdropletID, DestroyWithAssociatedResourceDeleteSelectiveParams { floating_ips, reserved_ips, snapshots, 2 more } body?, RequestOptionsoptions?): void
delete/v2/droplets/{droplet_id}/destroy_with_associated_resources/selective
List Associated Resources for a Droplet
client.gpuDroplets.destroyWithAssociatedResources.list(numberdropletID, RequestOptionsoptions?): DestroyWithAssociatedResourceListResponse { floating_ips, reserved_ips, snapshots, 2 more }
get/v2/droplets/{droplet_id}/destroy_with_associated_resources
Retry a Droplet Destroy with Associated Resources Request
client.gpuDroplets.destroyWithAssociatedResources.retry(numberdropletID, RequestOptionsoptions?): void
post/v2/droplets/{droplet_id}/destroy_with_associated_resources/retry
ModelsExpand Collapse
AssociatedResource { id, cost, name }

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

id?: string

The unique identifier for the resource associated with the Droplet.

cost?: string

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

name?: string

The name of the resource associated with the Droplet.

DestroyedAssociatedResource { id, destroyed_at, error_message, name }

An object containing information about a resource scheduled for deletion.

id?: string

The unique identifier for the resource scheduled for deletion.

destroyed_at?: 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?: string

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

name?: string

The name of the resource scheduled for deletion.