This command deletes Multitarget Application (MTA) archives that are deployed to your subaccount.
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 delete-mta --host <host> --account <subaccount_technical_name> --user <e-mail_or_user> --id <MTA_ID>
To list all parameters available for this command, execute neo help delete-mta
in the command line.
Required |
|
---|---|
|
The name of the subaccount for which you provide a user and a password. |
|
The host on which you execute the command. |
|
Your user password. We recommend that you enter it only when prompted, and not explicitly as a parameter in a properties file or the command line. |
|
Your user e-mail or SAP ID (SCN) user name. |
|
A comma-separated list of MTA IDs |
Optional |
|
---|---|
|
Instructs the console to wait for the operation to finish. It takes no value. |
To delete MTA archives with IDs <MTA_ID1> and <MTA_ID2> that have been deployed to your subaccount, execute:
neo delete-mta --host hana.ondemand.com --account mysubaccount --user [email protected] --id <ID1>,<ID2>