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 }
/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
/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
/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 }
/v2/droplets/{droplet_id}/destroy_with_associated_resources
Retry a Droplet Destroy with Associated Resources Request
client.gpuDroplets.destroyWithAssociatedResources.retry(numberdropletID, RequestOptionsoptions?): void
/v2/droplets/{droplet_id}/destroy_with_associated_resources/retry