VM0VM0
ReferenceConfiguration

storage.yaml

Configuration file reference for volumes, artifacts, and memories

The storage.yaml file is located at .vm0/storage.yaml inside a volume, artifact, or memory directory. It is created automatically when you run vm0 volume init, vm0 artifact init, or vm0 memory init.

Example

name: my-volume
type: volume

Fields

FieldTypeRequiredDefaultDescription
namestringYes-Unique name for the storage. Must be 3-64 characters, lowercase letters, numbers, and hyphens only. Must start and end with an alphanumeric character. No consecutive hyphens (--) allowed
typestringNovolumeStorage type: volume, artifact, or memory

On this page