Skip to content

Snapshots

List NFS snapshots per region
client.Nfs.Snapshots.List(ctx, query) (*NfSnapshotListResponse, error)
get/v2/nfs/snapshots
Get an NFS snapshot by ID
client.Nfs.Snapshots.Get(ctx, nfsSnapshotID, query) (*NfSnapshotGetResponse, error)
get/v2/nfs/snapshots/{nfs_snapshot_id}
Delete an NFS snapshot
client.Nfs.Snapshots.Delete(ctx, nfsSnapshotID, body) error
delete/v2/nfs/snapshots/{nfs_snapshot_id}