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

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

Usage:

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

mix nomad.virtual_machine_instance.delete # Won’t be prompted for region and instance id

Summary

Functions

Runs the task for the chosen cloud provider. The shell prompts for the instance’s name or id and informs of the results

Functions

run(args)

Specs

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

Runs the task for the chosen cloud provider. The shell prompts for the instance’s name or id and informs of the results.