Unable to delete failed environments in vRealize Suite Lifecycle Manager
book
Article ID: 338433
calendar_today
Updated On:
Products
VMware Aria Suite
Issue/Introduction
Symptoms:
- In vRealize Suite Lifecycle Manager UI you have an environment with status failed.
- Attempting to delete it fails with error message:
Cannot delete environment. Please try again.
Environment
VMware vRealize Suite Lifecycle Manager 8.x
Resolution
You can delete a failed environment using Swagger API.
- Login to vRealize Suite Lifecycle Manager as admin@local user.
- Select failed environment and click on Failed.
- This will redirect you to Home > Requests > UUID of the failed request
- Copy the UUID for later use
- In the top right corner, click on admin@local and select API.
- Scroll down to request-controller API.
- Select DELETE /lcm/request/api/requests/{requestId}.
- Click Try it out.
- Input the requestId and click Execute.
Note: requestId is the UUID you copied in step 2.
Feedback
thumb_up
Yes
thumb_down
No