unprovision-dns-zone

Remove a DNS zone from some provisioning system.

This command removes an existing zone created by the provision-dns-zone command. The flag --domain flag must be followed by a domain name, and --host by the system it was provisioned on. If run from the command line or remotely by root the --owner flag must also be given, followed by the name of a system owner who is allowed to provision DNS zones.

Example usage

  cloudmin unprovision-dns-zone --domain foo.com --host lentor.home --owner kvmprovision
  OK: host=lentor.home

Command Line Help

cloudmin unprovision-dns-zone --domain name
                              --host name
                             [--owner name]