Skip to content

Delete an environment via UI

Dietrich Stein requested to merge 41845-delete-environment into master

What does this MR do?

This MR adds a button to delete stopped environments at these two "Operations" endpoints:

List ("Stopped" Tab) /environments/:environment_id?scope=stopped
Detail /environments/:environment_id

The "Delete" button is only visible on the "Detail" page when an environment is stopped. In all cases, after the "Delete" button is clicked a modal is displayed for the user to confirm or cancel the deletion.

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Closes #41845 (moved)

Edited by Dietrich Stein

Merge request reports