Problem
On the /deployments page, it’s easy to accumulate a large number of deployments, especially for active projects. While each deployment has an options menu, there is currently no direct delete action available from the deployments list view.
Requested Features
-
Single Deployment Delete
-
Add a “Delete” option to the actions menu for each deployment entry.
-
Allow users to remove individual deployments without navigating elsewhere.
-
-
Bulk Delete
-
Add multi-select checkboxes on the deployments page.
-
Allow users to select multiple deployments and delete them in a single action.
-
Include a confirmation dialog to prevent accidental deletion.
-
Benefits
-
Faster cleanup of old deployments.
-
Improved project management for teams with high deployment volume.
-
Reduced time spent navigating between pages to manage deployments.
-
Better parity with common bulk-management patterns used throughout developer tools.
Use Case
Projects with frequent preview and development deployments can quickly accumulate hundreds of entries. Being able to delete deployments directly from the deployments list, either individually or in bulk, would significantly improve workflow efficiency.