LogoLogo
  • Overview
  • Setup and Configuration
  • Other Data Versioning Systems
  • Examples
    • Tutorial
      • Creating Bundles with the Python API
      • Push/Pull using S3
      • Simple Pipeline
      • Run the Pipeline
      • Dockerize a Pipeline
      • Run the Pipeline Container (locally)
      • Run the Pipeline Container (AWS)
    • Examples
      • MNIST and TensorFlow
      • Spacy Task
  • Basic Concepts
    • Bundles
      • Naming
      • Bundle Data Types
      • Tags and Parameters
      • Lineage (or Bundle Metadata)
    • Data Contexts
  • Reference
    • CLI Reference
      • dsdt add
      • dsdt apply
      • dsdt cat
      • dsdt context
      • dsdt commit
      • dsdt dockerize
      • dsdt init
      • dsdt lineage
      • dsdt ls
      • dsdt pull
      • dsdt push
      • dsdt remote
      • dsdt rm
      • dsdt rmr
      • dsdt switch
    • Python API
  • Details
  • Building Pipelines
  • Running Pipelines on AWS
  • Admin
    • Contact / Slack
Powered by GitBook
On this page
  • Description
  • Usage
  • Options
  • Examples

Was this helpful?

  1. Reference
  2. CLI Reference

dsdt rm

Description

Usage

usage: dsdt rm [-h] [-f] [-u UUID] [-t TAG] [--all] [--old] [bundle]

Options

positional arguments:
  bundle                The bundle in the current context

optional arguments:
  -h, --help            show this help message and exit
  -f, --force           Force remove of a committed bundle
  -u UUID, --uuid UUID  Bundle UUID to remove
  -t TAG, --tag TAG     Having a specific tag: 'dsdt rm -t committed:True -t
                        version:0.7.1'
  --all                 Remove the current version and all history. Otherwise
                        just remove history
  --old                 Remove everything except the most recent bundle.

Examples

Previousdsdt remoteNextdsdt rmr

Last updated 5 years ago

Was this helpful?