Tsuru metadata unset
tsuru metadata unset¶
Unsets metadata such as labels and annotations for an application or job.
Synopsis¶
Unsets metadata such as labels and annotations for an application or job.
tsuru metadata unset <NAME> [NAME] ... <-a/--app appname | -j--job jobname> [-t/--type type] [flags]
Options¶
-a, --app string The name of the app.
-j, --job string The name of the job.
--no-restart Sets metadata without restarting the application
-p, --process string The name of process of app (optional).
-t, --type string Metadata type: annotation or label
-h, --help help for unset
Options inherited from parent commands¶
--target string Tsuru server endpoint
--verbosity int Verbosity level: 1 => print HTTP requests; 2 => print HTTP requests/responses
SEE ALSO¶
- tsuru metadata - Metadata is a modern way to define labels and annotations to apps and jobs.