Skip to main content
An upload collection is a named grouping of upload rules and their uploads. Every upload and upload rule belongs to exactly one collection. Collections give the data your fleet records a stable, human-readable identity (Robot Logs, Crash Reports) that survives across the rules and uploads that come and go beneath it.

Properties

name
string
A human-readable display name that can contain most characters, such as spaces, special characters, and punctuation.Examples: Robot Logs, Crash Reports, Camera Footage
slug
string
A unique, code-friendly identifier for an upload collection.Slugs are immutable and must satisfy the following constraints:
  • Contains only lowercase letters, digits, and hyphens (-)
  • Start and end with a lowercase letter or digit
  • Contain between 1 and 48 characters
Slugs are primarily used in code to reference upload collections in a human-readable format. For instance, upload rules are annotated with their collection’s slug to associate them with their proper upload collection.Examples: robot-logs, crash-reports, camera-footage

Create an upload collection

Upload collections are created automatically when you create an upload rule. Visit the define releases page to learn how to create upload collections and upload rules.
Last modified on July 21, 2026