gcloud dns record-sets GROUP | COMMAND [GCLOUD_WIDE_FLAG …]
gcloud dns record-sets import --zone=MANAGED_ZONE --zone-file-format ZONE_FILETo export record-sets in yaml format, run:
gcloud dns record-sets export --zone=MANAGED_ZONETo see how to make scriptable changes to your record-sets through transactions, run:
gcloud dns record-sets transaction --helpTo list all changes, run:
gcloud dns record-sets changes list --zone=MANAGED_ZONETo see change details, run:
gcloud dns record-sets changes describe CHANGE_ID --zone=MANAGED_ZONETo see the list of all record-sets, run:
gcloud dns record-sets list --zone=MANAGED_ZONE--help.
Run $ gcloud help for details.
is one of the following:
GROUP
changestransaction is one of the following:
COMMAND
createdeletedescribeexportimportlistupdategcloud alpha dns record-setsgcloud beta dns record-sets
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-27 UTC.