Undeploying an application removes it from SAP BTP. To undeploy an application, you have to stop it first.
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
↗️ .
neo stop --host <host> --account <subaccount_technical_name> --application <application_name> --user <e-mail_or_user>
neo undeploy --host <host> --account <subaccount_technical_name> --application <application_name> --user <e-mail_or_user>
To list all parameters available for this command, execute the neo help undeploy
in the command line.
Required |
|
---|---|
|
Subaccount technical name
|
|
Application name
|
|
Enter a region host.
|
|
To protect your password, enter it only when prompted by the console client and not explicitly as a parameter in the properties file or the command line.
|
|
Use your email, SAP ID or user name
|
First stop and then undeploy the application.
neo stop --host hana.ondemand.com --account mysubaccount --application myapp --user [email protected]
neo undeploy --host hana.ondemand.com --account mysubaccount --application myapp --user [email protected]
Related Information