TIBCO Spotfire® Server and Environment - Installation and Administration

remove-config-property

Removes the value(s) of a specific configuration property.

remove-config-prop 
[-c value | --configuration=value] 
[-b value | --bootstrap-config=value] 
<-n value | --name=value>

Overview

Use this command to remove the value(s) of a specific configuration property. Note that this command does not perform any validation of the provided values - use with caution.

Options

Option Optional or Required Default Value Description
-c value
--configuration=value
Optional configuration.xml The path to the server configuration file.
-b value
--bootstrap-config=value
Optional none The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file.
-n value
--name=value
Required none The name of the configuration property.

Example

To remove the configuration setting for the absolute session timeout:
config remove-config-prop --name="security.absolute-session-timeout"