Delete
x
% ./appctl delete --helpDelete an existing appUsage: appctl delete [flags]Examples: # Delete an app using app-name. appctl delete -n <appname> # Force delete an app using app-name and force flag. appctl delete -n <appname> -f Flags: -n, --app-name string Provide the name of app to be deleted -f, --force To force delete an app -h, --help help for deleteDelete Example
% ./appctl delete -n pf9appAre you sure you want to delete app (y/n)? ySuccessfully deleted the app: pf9app##
Was this page helpful?