On this page
Custom Github Action to delete Equinix Metal resources
Delete Equinix Metal projects & resources from your GitHub Actions workflows
What is it?
metal-sweeper-action
is a custom GitHub Action that enables you to automatically delete an Equinix Metal project--including devices and networks running inside the project--from your GitHub Actions workflows. When you use this in conjunction with metal-project-action
, you can easily run automated tests against real infrastructure while controlling costs.
Why we love it
-
Cost optimization: By automatically cleaning up after your CI/CD workflows,
metal-sweeper-action
helps you avoid unnecessary charges for forgotten test infrastructure -
Resource isolation: When you use this in conjunction with
metal-project-action
, you can easily run automated tests against real infrastructure without impacting your production environment
How do you use it?
To learn more about integrating metal-sweeper-action
into your GitHub Actions workflows, visit this action's page on GitHub Marketplace.
For hands-on experience with configuring and running metal-sweeper-action
, as well as our other custom GitHub Actions, try out our Equinix Metal GitHub Actions workshop
Integrate Metal Sweeper Action
Learn how to delete Equinix Metal projects & resources from your GitHub Actions workflows.