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: volumeFields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
name | string | Yes | - | 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 |
type | string | No | volume | Storage type: volume, artifact, or memory |