Skip to content

Latest commit

 

History

History
139 lines (81 loc) · 3.51 KB

File metadata and controls

139 lines (81 loc) · 3.51 KB

undeploy

Undeploying an application removes it from SAP BTP. To undeploy an application, you have to stop it first.

Remember:

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.

Tip:

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>

Parameters

To list all parameters available for this command, execute the neo help undeploy in the command line.

Required

-a, --account

Subaccount technical name

Type: string (up to 30 characters; lowercase letters and numbers, starting with a letter)

-b, --application

Application name

Type: string (up to 30 characters; lowercase letters and numbers, starting with a letter)

-h, --host

Enter a region host.

Type: URL, for acceptable values see Regions ↗️.

-p, --password

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.

Type: string

-u, --user

Use your email, SAP ID or user name

Type: string

Example

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

Console Client for the Neo Environment

stop

Exit Codes