Overview
Runvessl storage --help to view the list of commands, or vessl storage [COMMAND] --help to view individual command instructions.
Commands
Create an external storage
VESSL External Storage acts as a bridge to external storage services (e.g., S3, GCS, etc.).
Make sure to configure the external storage settings before proceeding.If you do not want to use external storage, you can use the default VESSL storage,
vessl-storage.Examples
- Create an S3 storage:
- Create a GCS(Google Cloud Storage) storage:
- Create an NFS storage:
- Create a Host-Path storage:
List all storages
Delete an external storage
Create a volume in storage
List volumes in storage
Delete volume in storage
Copy a volume file
You can copy a file or directory either from local to a VESSL volume or from a VESSL volume to a local path.One of the paths (either
SOURCE or DEST) must be a local path, and the other must be a VESSL volume path.Examples
- Copy a local file to a VESSL volume:
- Copy a directory from a VESSL volume to a local path:

