|
| 1 | +## hcloud storage-box create |
| 2 | + |
| 3 | +Create a new Storage Box |
| 4 | + |
| 5 | +``` |
| 6 | +hcloud storage-box create [options] --name <name> --type <type> --location <location> --password <password> |
| 7 | +``` |
| 8 | + |
| 9 | +### Options |
| 10 | + |
| 11 | +``` |
| 12 | + --enable-protection strings Enable protection (delete) (default: none) |
| 13 | + --enable-samba Whether the Samba subsystem should be enabled |
| 14 | + --enable-ssh Whether the SSH subsystem should be enabled |
| 15 | + --enable-webdav Whether the WebDAV subsystem should be enabled |
| 16 | + --enable-zfs Whether the ZFS Snapshot folder should be visible |
| 17 | + -h, --help help for create |
| 18 | + --label stringToString User-defined labels ('key=value') (can be specified multiple times) (default []) |
| 19 | + --location string Location (ID or name) (required) |
| 20 | + --name string Storage Box name (required) |
| 21 | + -o, --output stringArray output options: json|yaml |
| 22 | + --password string The password that will be set for this Storage Box (required) |
| 23 | + --reachable-externally Whether the Storage Box should be accessible from outside the Hetzner network |
| 24 | + --ssh-key stringArray SSH public keys in OpenSSH format or as the ID or name of an existing SSH key |
| 25 | + --type string Storage Box Type (ID or name) (required) |
| 26 | +``` |
| 27 | + |
| 28 | +### Options inherited from parent commands |
| 29 | + |
| 30 | +``` |
| 31 | + --config string Config file path (default "~/.config/hcloud/cli.toml") |
| 32 | + --context string Currently active context |
| 33 | + --debug Enable debug output |
| 34 | + --debug-file string File to write debug output to |
| 35 | + --endpoint string Hetzner Cloud API endpoint (default "https://api.hetzner.cloud/v1") |
| 36 | + --hetzner-endpoint string Hetzner API endpoint (default "https://api.hetzner.com/v1") |
| 37 | + --no-experimental-warnings If true, experimental warnings are not shown |
| 38 | + --poll-interval duration Interval at which to poll information, for example action progress (default 500ms) |
| 39 | + --quiet If true, only print error messages |
| 40 | +``` |
| 41 | + |
| 42 | +### SEE ALSO |
| 43 | + |
| 44 | +* [hcloud storage-box](hcloud_storage-box.md) - Manage Storage Boxes |
0 commit comments