Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Manage Volumes

This page provides the basic commands for managing a volume.

List Volumes

aenv volume list lists all volumes.

aenv volume list  # Alias: aenv volume ls

--output accepts table or json. It defaults to table in an interactive terminal and json when output is piped or redirected.

Inspect a Volume

aenv volume inspect <volume> prints the complete record for a volume ID or name as formatted JSON.

The volume status controls whether it can be mounted:

StatusMeaning
readyThe volume can be mounted.
uploadingPublication is in progress; the volume is temporarily unavailable.
failedPublication failed; the volume is unavailable until recovered.

Delete a Volume

aenv volume delete <volume> deletes a volume by ID or name.

A mounted volume cannot be deleted. Delete its sandbox first, then delete the volume.