Updates a DNS zone
Updates a DNS zone.
stackit dns zone update ZONE_ID [flags]
Update the contact email of the DNS zone with ID "xxx"
$ stackit dns zone update xxx --contact-email someone@domain.com
--acl string Access control list
--contact-email string Contact email for the zone
--default-ttl int Default time to live (default 1000)
--description string Description of the zone
--expire-time int Expire time
-h, --help Help for "stackit dns zone update"
--name string User given name of the zone
--negative-cache int Negative cache
--primary strings Primary name server for secondary zone
--refresh-time int Refresh time
--retry-time int Retry time
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
- stackit dns zone - Provides functionality for DNS zones