Skip to content

Latest commit

 

History

History
138 lines (83 loc) · 2.95 KB

delete-mta-3d1163e.md

File metadata and controls

138 lines (83 loc) · 2.95 KB

delete-mta

This command deletes Multitarget Application (MTA) archives that are deployed to your subaccount.

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 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

-a, --account

The name of the subaccount for which you provide a user and a password.

-h, --host

The host on which you execute the command.

-p, --password

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.

-u, --user

Your user e-mail or SAP ID (SCN) user name.

-i, --id

A comma-separated list of MTA IDs

Optional

-y, --synchronous

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>