Skip to content
  • Auto
  • Light
  • Dark

Snapshots

Snapshots

Delete a Snapshot
client.gpuDroplets.snapshots.delete(number | stringsnapshotID, RequestOptionsoptions?): void
delete/v2/snapshots/{snapshot_id}
List All Snapshots
client.gpuDroplets.snapshots.list(SnapshotListParams { page, per_page, resource_type } query?, RequestOptionsoptions?): SnapshotListResponse { meta, links, snapshots }
get/v2/snapshots
Retrieve an Existing Snapshot
client.gpuDroplets.snapshots.retrieve(number | stringsnapshotID, RequestOptionsoptions?): SnapshotRetrieveResponse { snapshot }
get/v2/snapshots/{snapshot_id}