You can update a property of an application running on SAP BTP without redeploying it.
SAP Business Technology Platform, Neo environment will sunset on December 31, 2028, subject to terms of customer or partner contracts.
For more information, see SAP Note 3351844.
This documentation refers to SAP Business Technology Platform, Neo environment. If you are looking for documentation about other environments, see SAP Business Technology Platform
↗️ .
Application properties are configured during deployment with a set of deploy parameters in the SAP BTP console client. If you want to change any of these properties (Java version, runtime version, compression, VM arguments, compute unit size, URI encoding, minimum and maximum application processes) without the need to redeploy the application binaries, use the set-application-property
command. Execute the command separately for each property that you want to set.
-
Open the command prompt and navigate to the folder containing neo.bat/sh (<SDK installation folder>/tools).
-
Execute
set-application-property
specifying the new value of one property that you want to change. For example, to change the compute unit size to premium, execute:neo set-application-property myapp.properties --compute-unit prem
-
For the change to take effect, restart your application using the
restart
command.
Related Information