ControlTier > core
 

tag-remove

Command Reference

Description

Remove a tag from an object

static: This command can be run outside of an object context.

Usage

ctl -m modelutil -c tag-remove -depot <> -name <> -tags <> -type <>

Options

Option Description Type Default
depot project depot name string ${context.depot}
name object name string
tags Tags to add

Tag lists are specified as comma separated

string
type the type string

Examples

Remove a tag for an object in the model.

ctl -p demo -m modelutil -c tag-remove -- -name centos2 -type Node \
		-tags mytag