I see there’s a possibility to assign a floating IP to a machine via the digitalocean’s API but I can’t find how to perform the same action with doctl. Is it even possible?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi!
You can assign a floating IP to a Droplet using doctl as follows:
doctl compute floating-ip-action assign <floating-ip> <droplet-id> [flags]