Sometimes you need to need to mark the artifact as "deprecated", usually meaning it's outdated and will no longer be developed. To do this, you could run: ```cli $ gto deprecate awesome-model Created Git tag 'awesome-model@deprecated' that deprecates an artifact. ``` ### Deprecating...