gdcloud dns managed-zones create
Stay organized with collections
Save and categorize content based on your preferences.
NAME
gdcloud dns managed-zones create - Create a new managed DNS zone.
SYNOPSIS
gdcloud dns managed-zones create [flags]
EXAMPLES
To create a new managed DNS zone:
gdcloud dns managed-zones create example-zone \
--dns-name "example.com" \
--visibility PRIVATE \
--description "example description"
REQUIRED FLAGS
--dns-name string The name of the managed DNS zone.
--visibility string The visibility of the managed DNS zone (PRIVATE or PUBLIC).
OPTIONAL FLAGS
--async Run the operation in the background without waiting for it to complete.
--description string The description of the managed DNS zone.
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration, --format, --help, --project, --quiet.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-07-17 UTC."],[],[]]