Delete Application CLI

Delete an application and its versions from JFrog AppTrust.

Description: Deletes the specified application from the JFrog Platform, including all associated versions.

Command:

jf apptrust app-delete <app-key>

Alias command: jf at ad

Command Parameters

ArgumentRequired/OptionalTypeDescription
<application-key>requiredstringThe application key of the application to be deleted.

Sample command:

jf apptrust app-delete myapp-001

Frequently Asked Questions

Common questions about deleting an application.

plusFAQs
Q: How do I delete an application using the JFrog CLI?

A: Run jf apptrust app-delete <app-key> (alias jf at ad).

Q: What happens to an application's versions when I delete it?

A: All versions associated with the application are deleted along with it.

Q: Do I need to provide any options besides the application key?

A: No. <application-key> is the only argument this command accepts. See Command Parameters.

Related Topics


Did this page help you?