contabo / cntb

Contabo Command Line Interface
https://contabo.com
GNU General Public License v3.0
185 stars 27 forks source link

Support displayName #25

Closed PanderMusubi closed 1 year ago

PanderMusubi commented 1 year ago

Please support --displayName string for cntb reinstall instance --help

See also https://api.contabo.com/#tag/Instances/operation/createInstance

tahergalal commented 1 year ago

The reinstall instance currently does not support setting the display name as this is basically fully reinstalling the instance. There is anther endpoint that only changes the display name

https://api.contabo.com/#tag/Instances/operation/patchInstance

for using this you can perform: cntb update instance 12345 --displayName "VPS"