NAME
WWW::Hetzner::CLI::Cmd::Server - Server commands
VERSION
version 0.003
SYNOPSIS
hcloud.pl server list
hcloud.pl server list --selector env=prod
hcloud.pl server create --name test --type cx22 --image debian-12
hcloud.pl server delete <id>
hcloud.pl server describe <id>
hcloud.pl server poweron <id>
hcloud.pl server poweroff <id>
DESCRIPTION
Manage Hetzner Cloud servers via CLI.
SUBCOMMANDS
list - List servers
create - Create a server
delete - Delete a server
describe - Show server details
poweron - Power on server
poweroff - Power off server
reboot - Reboot server
shutdown - Shutdown server
reset - Reset server
rebuild - Rebuild server
rescue - Enable rescue mode
SEE ALSO
WWW::Hetzner::CLI - Main Cloud CLI
WWW::Hetzner::Cloud::API::Servers - Servers API
WWW::Hetzner::Cloud::Server - Server entity
WWW::Hetzner - Main umbrella module
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-www-hetzner/issues.
IRC
Join #kubernetes on irc.perl.org or message Getty directly.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHOR
Torsten Raudssus <torsten@raudssus.de>
COPYRIGHT AND LICENSE
This software is copyright (c) 2026 by Torsten Raudssus.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.