-
-
Save rluisr/b865a0851cbe4da871cbaa52ba31376b to your computer and use it in GitHub Desktop.
retirer all node on Mackerel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!#/bin/bash | |
set -eu | |
ids=( $( mkr hosts | jq -r '.[].id' ) ) | |
for id in "${ids[@]}"; | |
do | |
mkr retire --force ${id} | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
export MACKEREL_APIKEY=