Skip to main content

Usage

anaconda repo system [--cleanup-blobs [<SHA1>,<SHA1>,...]] [--diagnose-blobs] [--channel-names <NAMES>] [--file-name <FILE>]
Replace <SHA1> with comma-separated blob SHA1 hashes to clean up specific blobs (for —cleanup-blobs). Omit to clean up all blobs.
Replace <NAMES> with comma-separated channel names (for —channel-names, required with —diagnose-blobs).
Replace <FILE> with the output file path (for —file-name).
This command requires administrator privileges. Non-admin users will receive an error.

Description

Performs system-level operations on the repository, such as blob cleanup and blob diagnostics. Requires the admin role.

Options

Option
Default
Description
--cleanup-blobs [SHA1,...]
Clean up blobs. Pass comma-separated SHA1 hashes to target specific blobs, or omit to clean up all.
--diagnose-blobs
Run blob diagnostics (output saved to a file)
--channel-names <NAMES>
Comma-separated list of channel names (required with --diagnose-blobs)
--file-name <FILE>
Output file name for diagnostics
-h, --help
Show help for this command

Examples

Run blob diagnostics
anaconda repo system --diagnose-blobs
Clean up all blobs
anaconda repo system --cleanup-blobs