gcloud dns record-sets export RECORDS_FILE --zone=ZONE, -z ZONE [--location=LOCATION] [--zone-file-format] [GCLOUD_WIDE_FLAG …]
gcloud dns record-sets export records.yaml --zone=examplezonenameTo export record-sets into a BIND zone formatted file instead, run:
gcloud dns record-sets export pathto.zonefile --zone=examplezonename --zone-file-formatSimilarly, to import record-sets into a BIND zone formatted zone file, run:
gcloud dns record-sets import pathto.zonefile --zone-file-format --zone=examplezonenameRECORDS_FILE--zone=ZONE, -z ZONE--location=LOCATION--zone-file-format--format flag which
affects console output alone.
--access-token-file,
--account, --billing-project,
--configuration,
--flags-file,
--flatten, --format, --help, --impersonate-service-account,
--log-http,
--project, --quiet, --trace-token, --user-output-enabled,
--verbosity.
Run $ gcloud help for details.
gcloud alpha dns record-sets exportgcloud beta dns record-sets export
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.