📒
Aritra Documentation
  • Documentation Generation
  • Reference
    • Command Line Interface
      • wandb agent
      • wandb controller
      • wandb disabled
      • wandb docker
      • wandb enabled
      • wandb init
      • wandb local
      • wandb login
      • wandb offline
      • wandb online
      • wandb pull
      • wandb restore
      • wandb status
      • wandb sweep
      • wandb sync
      • wandb verify
      • wandb artifact
        • wandb artifact get
        • wandb artifact ls
        • wandb artifact put
        • wandb artifact cache
          • wandb artifact cache cleanup
      • wandb docker run
    • Python Library
      • wandb.Artifact
      • wandb.Run
      • wandb.agent
      • wandb.config
      • wandb.finish
      • wandb.init
      • wandb.log
      • wandb.save
      • wandb.summary
      • wandb.sweep
      • wandb.watch
      • Data Types
        • wandb.data_types.Audio
        • wandb.data_types.Graph
        • wandb.data_types.Histogram
        • wandb.data_types.Html
        • wandb.data_types.Image
        • wandb.data_types.Molecule
        • wandb.data_types.Object3D
        • wandb.data_types.Plotly
        • wandb.data_types.Table
        • wandb.data_types.Video
      • Integrations
        • Keras
          • wandb.keras.WandbCallback
      • Import & Export API
        • wandb.apis.public.Api
        • wandb.apis.public.Artifact
        • wandb.apis.public.File
        • wandb.apis.public.Files
        • wandb.apis.public.Project
        • wandb.apis.public.Projects
        • wandb.apis.public.Run
        • wandb.apis.public.Runs
        • wandb.apis.public.Sweep
Powered by GitBook
On this page

Was this helpful?

  1. Reference
  2. Command Line Interface
  3. wandb artifact
  4. wandb artifact cache

wandb artifact cache cleanup

Usage

wandb artifact cache cleanup [OPTIONS] TARGET_SIZE

Summary

Clean up less frequently used files from the artifacts cache

Options

Option

Description

--help

Show this message and exit.

Previouswandb artifact cacheNextwandb docker run

Last updated 4 years ago

Was this helpful?