hetznercloud / cli

A command-line interface for Hetzner Cloud
MIT License
1.12k stars 80 forks source link

Create from snapshots #264

Closed sepehr-alipour closed 4 years ago

sepehr-alipour commented 4 years ago

How we can create a server from our snapshots?

LKaemmerling commented 4 years ago

Hey @sepehr-alipour,

you can create a server from a snapshot by using:

hcloud server create --name servername --type cpx11 --image <snapshot_id>