Digital Ocean Switch


The digital_ocean switch platform allows you to control (start/stop) your Digital Ocean droplets.

To use your Digital Ocean droplets, you first have to set up your Digital Ocean hub and then add the following to your configuration.yaml file:

# Example configuration.yaml entry
switch:
  - platform: digital_ocean
    droplets:
      - 'fedora-512mb-nyc3-01'
      - 'coreos-512mb-nyc3-01'

Configuration variables:

  • droplets (Required): List of droplets you want to control.