Skip to main content
Volumes persist data independently of a machine. Mount them into machines for runtime access, or manage their files directly through volume.files.

Volume Objects

Use volume.mount(...) for create-time machine mounts. Use machine.attach_volume(...), machine.detach_volume(...), machine.get_volume_health(...), and machine.remount_volume(...) for runtime attachment management on a running machine.

Direct Volume Files