pydo.nfs.delete_snapshot()

Generated on 7 Jul 2026 from pydo version v0.39.0

Usage

client.nfs.delete_snapshot(
    nfs_snapshot_id="0a1b2c3d-4e5f-6a7b-8c9d-0e1f2a3b4c5d",
    region=None,
)
Returns NoneRaises HttpResponseError

Description

To delete an NFS snapshot, send a DELETE request to /v2/nfs/snapshots/{nfs_snapshot_id}?region=${region}.

A successful request will return a 204 No Content status code.

Parameters

nfs_snapshot_id string required

The unique ID of the NFS snapshot

region string optional

The DigitalOcean region slug (e.g., nyc2, atl1) where the NFS share resides.

More Information

See /v2/nfs/snapshots/{nfs_snapshot_id} in the API reference for additional detail on responses, headers, parameters, and more.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.