Skip to content

Latest commit

 

History

History

vultr

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Vultr Command Set

Vultr Server Command set

Available Commands

  • vultr_list- Lists Vultr server instances.
  • vultr_reboot- Reboot Vultr server instance.
  • vultr_snap- Create a snapshot of Vultr server instance.

Requirements

To run this command set, we need a secret named vultrApiKey. This can be obtained by following this guide.

Usage

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.