Vultr Server Command set
vultr_list
- Lists Vultr server instances.vultr_reboot
- Reboot Vultr server instance.vultr_snap
- Create a snapshot of Vultr server instance.
To run this command set, we need a secret named vultrApiKey
. This can be obtained by following this guide.
To list all the instances under your Vultr account:
/nc vultr_list
To reboot Vultr server instance with your server id:
/nc vultr_reboot <subid>
where subid is the id of your server.
To create a snapshot of Vultr server instance:
/nc vultr_snap <subid>
Where subid
is the id of your server.