nomad v0.7.0 Mix.Tasks.Nomad.VirtualMachineInstance.Restart

Task for automatically restarting a virtual machine instance on a pre-determined cloud provider. The instance reboot is done through the cloud provider’s API.

Usage:

mix nomad.virtual_machine_instance.restart # Will be prompted for region and instance id or name

mix nomad.virtual_machine_instance.restart # Won’t be promted for region and instance id

Summary

Functions

Runs the task for the chosen cloud provider. The shell prompts for the instance’s region and name if the data wasn’t passed through the arguments

Functions

run(args)

Specs

run(args :: [binary] | []) :: binary

Runs the task for the chosen cloud provider. The shell prompts for the instance’s region and name if the data wasn’t passed through the arguments.