Destroy the Configuration #12.2ΒΆ

We already saw that we have deployed the Virtual Server, Pool and members using the declaration "example1.json" To delete the configuration we can use Terraform. Below is the command to delete the configuration

terraform destroy -force
  • Please see the screen shot after the command
../_images/destroy.png

Note

the " -force" is used just to avoid the interactive dialog of "yes/no" when we use the destroy command.