pydo.volume_snapshots

Generated on 17 Apr 2025 from pydo version v0.10.0

DigitalOcean Block Storage Volumes provide expanded storage capacity for your Droplets and can be moved between Droplets within a specific region.

Volumes function as raw block devices, meaning they appear to the operating system as locally attached storage which can be formatted using any file system supported by the OS. They may be created in sizes from 1GiB to 16TiB.

By sending requests to the /v2/volumes endpoint, you can list, create, or delete volumes as well as attach and detach them from Droplets

pydo.volume_snapshots.create()

Create Snapshot from a Volume

pydo.volume_snapshots.delete_by_id()

Delete a Volume Snapshot

pydo.volume_snapshots.get_by_id()

Retrieve an Existing Volume Snapshot

pydo.volume_snapshots.list()

List Snapshots for a Volume

We can't find any results for your search.

Try using different keywords or simplifying your search terms.