cf service <instance_name>
shows the following:
Showing status of last operation from service <instance_name>... status: delete in progress
cf service <instance_name> --guid.
This will retrieve the GUID for the service instance, which we will use in the below steps to check on the deletion process.bosh -e <env> tasks.
If there is a deletion task ongoing, run bosh -e <env> task <task_number>
and check on the status.bosh -e <env> deployments | grep <GUID>
, where <GUID>
is for your service instance. If this does not return a value, we can infer that the deployment was deleted successfully.cf purge-service-instance <instance_name>
to remove the service instance and child objects from the VMware Tanzu Application Service for VMs database. Please ensure that you are in the right org/space, and are targeting the correct service name.