nicholasdille / PowerShell-HetznerCloud

Cmdlets for the Hetzner Cloud
Apache License 2.0
7 stars 2 forks source link

Stop-HetznerCloudServer - what ID? #25

Closed davedaved closed 4 years ago

davedaved commented 4 years ago

Hello. I want to stop a vserver in my hetzner project. Stop-HetznerCloudServer asks for an ID?

What ID is that? In Hetzner Cloud Console I only see the name of the server, but no ID. Thanks.

nicholasdille commented 4 years ago

Hi, every server has a unique ID. By default, Get-HetznerCloudServer hides the ID but you can display all properties as described in the cmdlet help. There is an online copy here: https://github.com/nicholasdille/PowerShell-HetznerCloud/blob/master/Docs/en-US/Get-HetznerCloudServer.md#example-3

davedaved commented 4 years ago

Hi. Thank you very much. That helped.