leandrosardi / contabo-client

Ruby gem for performing some infrastructure operations on Contabo via API
MIT License
1 stars 0 forks source link

Fix Contabo Create, Reinstall and Cancel APIs #4

Closed saifchaudhry closed 3 weeks ago

saifchaudhry commented 3 weeks ago

Fix for Cancel API: https://github.com/MassProspecting/contabo-client/issues/1 Now the VPS is cancel and have cancel date, it will be the date when the vps period will end, by defaults it's 1 month.

Screenshot 2024-09-24 at 4 12 38 PM

Fix for Reinstall https://github.com/MassProspecting/contabo-client/issues/2 Now the VPS is re-installed successfully with new password and we can ssh into it

Screenshot 2024-09-24 at 4 17 24 PM

Fix for Create Instance https://github.com/MassProspecting/contabo-client/issues/3 We now need to have a single ssh_key that we can pass to create instance api and then we can ssh into it using password Screenshot 2024-09-24 at 4 19 26 PM