Bsdkrun.Volumes (bsdkrun_ex v0.1.0)

Copy Markdown View Source

Persistent volume operations.

Summary

Functions

List persistent volumes.

Remove one or more volumes (and their data).

Functions

list()

@spec list() :: {:ok, [Bsdkrun.Types.VolumeInfo.t()]} | {:error, Bsdkrun.Error.t()}

List persistent volumes.

remove(names, opts \\ [])

@spec remove(
  String.t() | [String.t()],
  keyword()
) :: :ok | {:error, Bsdkrun.Error.t()}

Remove one or more volumes (and their data).