#1670·clearml

Feature Request: Add dataset upload functionality to Web UI

Author: GarinelliCreated Jul 24, 2026Updated Jul 24, 2026

Feature Request: Add dataset upload functionality to Web UI

Currently, datasets can only be created and uploaded through the ClearML Python SDK.

It would be useful to have the ability to upload datasets directly from the ClearML Web UI, including:

  • creating a new dataset;
  • specifying dataset metadata (name, description, tags);
  • uploading files/folders;
  • tracking upload progress.

This would simplify dataset management for users who prefer working through the UI and reduce the need to write SDK scripts for basic dataset operations.

For large datasets, it would be great if the upload process could support retry and resumable uploads after connection failures.