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
Full configuration.yaml
(produces switch.amazing_server
):
switch:
- platform: vultr
name: Amazing Server
subscription: 123456