CLI Reference > Configuration Management Commands > si dropmemberattr
  
si dropmemberattr
drops an attribute from a member
Synopsis
si dropmemberattr [(--attr=key[=value]|--attribute=key[=value])] [(-R|--[no|confirm]recurse)] [--filter=filteroptions] [(-P project|--project=project)] [--[no]failOnAmbiguousProject] [(-S sandbox|--sandbox=sandbox)] [--devpath=path] [--hostname=server] [--port=number] [--password=password] [--user=name] [(-?|--usage)] [(-F file|--selectionFile=file)] [(-N|--no)] [(-Y|--yes)] [--[no]batch] [--cwd=directory] [--forceConfirm=[yes|no]] [(-g|--gui)] [--quiet] [--settingsUI=[gui|default]] [--status=[none|gui|default]] member...
Description
si dropmemberattr drops an attribute from a member. For example,
si dropmemberattr --attribute=OS=nt c:/Documentation/Man_Pages/xml_man/si_add.1.xml
If no members are specified, the command applies to all members of the project.
Options
This command takes the universal options available to all si commands, as well as some general options. See the options reference page for descriptions.
--attr=key=value
--attribute=key=value
identifies the attribute key and, optionally, the value to be dropped. If only the key is given, this command deletes any attribute with that key. If a value is given for the key, then only a key with that value is dropped.
member...
identifies a specific member; use spaces to specify more than one member.
Diagnostics
See the diagnostics reference page for possible exit status values.
Preferences
Using si setprefs or si viewprefs, you are able to set or view the preference keys for this command.
See Also
Commands: si addmemberattr, si addprojectattr, si dropprojectattr
Miscellaneous: ACL, diagnostics, options, preferences