1
0
Fork 0
java-aktuell-code/2405-hcloud/server-purge.sh

6 lines
203 B
Bash
Executable file

set -e
hcloud context use demo-project
hcloud primary-ip disable-protection demo-ipv4
hcloud primary-ip disable-protection demo-ipv6
hcloud primary-ip delete demo-ipv4
hcloud primary-ip delete demo-ipv6