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

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

Usage:

mix nomad.database_instance.delete

# Will be prompted for name 

mix nomad.database_instance.delete

# Won't be prompted for name  

Summary

Functions

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

Functions

run(args)

Specs

run(list) :: binary

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