Vultr Switch


The vultr switch platform allows you to control (start/stop) your Vultr subscription.

To control your Vultr subscription, you first have to set up your Vultr hub.

The following examples assume a subscription that has an ID of 123456 and a label of Web Server

Minimal configuration.yaml (produces switch.vultr_web_server):

# Example configuration.yaml entry
switch:
  - platform: vultr
    subscription: 123456

Configuration Variables

subscription

(string)(Required)List of droplets you want to control.

name

(string)(Optional)The name you want to give this switch.

Default value: Vultr {subscription label}

Full configuration.yaml (produces switch.amazing_server):

switch:
  - platform: vultr
    name: Amazing Server
    subscription: 123456