Skip to content

iectl iem app-project version delete

delete backend managed application version

NOTICE

The App Project journey is deprecated in the new IEM UI. If you are working with IEM V2 (early access), these commands are not supported.

Synopsis

This command marks a designated application version as deleted. Once marked, the application version cannot be re-created.
This feature is exclusively available for applications managed within the app projects section.

NOTICE

Re-uploading the .app file of the same application version will reverse the deletion, effectively unmarking it from the deleted state.

Options

      --app-id string               id of the application
  -h, --help                        help for delete
      --version-number string       version number of the application that needs to be deleted

Options inherited from parent commands

  -o, --output string   output format
  -q, --query string    query on result of object
  -v, --verbose         verbose output

Example

iectl iem app-project version delete --app-id "appId" --version-number "0.0.1"

SEE ALSO