1EUCA-DELETE-TAGS(1)              User Commands             EUCA-DELETE-TAGS(1)
2
3
4

NAME

6       euca-delete-tags - Delete tags from one or more resources
7

SYNOPSIS

9       euca-delete-tags --tag KEY[=[VALUE]] [--show-empty-fields] [-U URL]
10
11       [--region USER@REGION] [-I KEY_ID] [-S KEY]
12              [--security-token TOKEN] [--debug] [--debugger] [--version] [-h]
13              RESOURCE [RESOURCE ...]
14

DESCRIPTION

16       Delete tags from one or more resources
17
18   positional arguments:
19       RESOURCE
20              ID(s) of the resource(s) to un-tag (at least 1 required)
21
22   optional arguments:
23       --tag KEY[=[VALUE]]
24              key and optional value of the tag to delete, separated by an "="
25              character.  If  you specify a value then the tag is deleted only
26              if its value matches the one you specified. If you  specify  the
27              empty  string  as  the value (e.g. "--tag foo=") then the tag is
28              deleted only if its value is the empty string.  If  you  do  not
29              specify  a  value  (e.g.  "--tag  foo")  then the tag is deleted
30              regardless of its value. (at least 1 required)
31
32       --show-empty-fields
33              show empty values as "(nil)"
34
35       -U URL, --url URL
36              compute service endpoint URL
37
38       --region USER@REGION
39              region and/or user names to search when looking up  config  file
40              data
41
42       -I KEY_ID, --access-key-id KEY_ID
43
44       -S KEY, --secret-key KEY
45
46       --security-token TOKEN
47
48       --debug
49              show debugging output
50
51       --debugger
52              launch interactive debugger on error
53
54       --version
55              show the program's version and exit
56
57       -h, --help
58              show this help message and exit
59
60
61
62euca2ools 3.4                    December 2016             EUCA-DELETE-TAGS(1)
Impressum