This article provides a step-by-step guide on how to restart your application using the Cloud Foundry Command Line Interface (CF CLI). It includes instructions for downloading CF CLI, logging in, selecting the appropriate organization and space, and restarting the app.
cf target -o ORG_NAME
cf space-users ORG_NAME SPACE_NAME
cf set-space-role YOUR_USER_EMAIL ORG_NAME SPACE_NAME SpaceDeveloper
cf target -s SPACE_NAME
cf start APP_NAME
If you need further assistance, please create a support ticket on the support center (https://support.sw.siemens.com/en-US/)