Neu.ro Documentation
Home
GitHub
Search…
English
Introduction
First Steps
FAQ
Troubleshooting
References
Neu.ro Core
Platform Overview
Clusters and Roles
Platform Storage
Storage
Disks
Buckets
Working with the Platform
Specific Tasks
Neu.ro Web UI
Terminal
Working with Jupyter
Working With the Storage and Registry
Neu.ro Toolbox
Accessing Remote Storage
Remote Debugging
Experiment Tracking
Hyperparameter Tuning
Serving and Deploying
Working With the Sandbox
Distributed Training in PyTorch
CI with GitHub Actions
ADMINISTRATION
Overview and Installation
Cluster Management
Marketplace
Powered By
GitBook
Buckets
In addition to other types of platform storage, Neu.ro provides bucket management functionality.
Managing buckets
CLI
Web UI
In the CLI, bucket management can be performed via the
neuro blob
command.
Listing available buckets
1
$ neuro blob lsbucket
Copied!
Getting info about a bucket
1
$ neuro blob statbucket <bucket-name>
Copied!
Creating a bucket
1
$ neuro blob mkbucket --name <bucket-name>
Copied!
Removing a bucket
1
$ neuro blob rmbucket <bucket-name>
Copied!
You can find more info about bucket management commands in the
CLI reference
.
You can view available buckets in the
Buckets
tab of your dashboard:
Click on your bucket to open its detailed view. From here, you can crete folders and upload files to the bucket:
Previous
Disks
Next - Neu.ro Core
Working with the Platform
Last modified
6mo ago
Copy link
Contents
Managing buckets