# Volume Browser **Persistent Storage Management** Advanced volume and persistent storage management endpoints for containerized applications. These APIs provide comprehensive file system operations, storage allocation, and data management capabilities for applications requiring persistent data storage across the distributed Flux network. **Storage Management:** - Volume provisioning and management - File system operations - Storage quota enforcement - Data migration and replication - Performance optimization ## Get a list of files with their details for all files. - [GET /apps/getfolderinfo](https://docs.runonflux.io/fluxapi/volume-browser/fluxgetfolderinfo.md): Get a list of files with their details for all files. ## Create folder. - [GET /apps/createfolder](https://docs.runonflux.io/fluxapi/volume-browser/fluxcreatefolder.md): Create folder inside app volume. ## Rename file/folder - [GET /apps/renameobject](https://docs.runonflux.io/fluxapi/volume-browser/fluxrenameobject.md): Rename file/folder. ## Remove file/folder - [GET /apps/removeobject](https://docs.runonflux.io/fluxapi/volume-browser/fluxremoveobject.md): Remove file/folder. ## Download file - [GET /apps/downloadfile](https://docs.runonflux.io/fluxapi/volume-browser/fluxdownloadfile.md): Download file. ## Download folder as gzip file - [GET /apps/downloadfolder](https://docs.runonflux.io/fluxapi/volume-browser/fluxdownloadfolder.md): Download folder as gzip file.