Delete Application Version CLI

Delete an application version from the JFrog Platform using the CLI.

Description: Deletes the specified application version from the JFrog Platform.

Command:

jf apptrust version-delete <app-key> <version>

Alias command: jf at vd

Command Parameters

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

Sample command:

jf apptrust version-delete myapp-001 1.1.2

Frequently Asked Questions

Common questions about deleting an application version.

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

A: Run jf apptrust version-delete <app-key> <version> (alias jf at vd) with the application key and version number of the version you want to delete.

Q: What do I need to provide to delete an application version?

A: You need the app-key of the application and the version number of the specific application version to delete. Both are required arguments.

Q: Can I delete an application version's remote distributions instead of the version itself?

A: Yes. Use Delete Remote Application Version CLI to remove distributions from a distribution target without deleting the version.

Related Topics


Did this page help you?