gcloud alpha dns record-sets Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud alpha dns record-sets - manage the record-sets within your managed-zones
- SYNOPSIS
gcloud alpha dns record-setsGROUP|COMMAND[GCLOUD_WIDE_FLAG …]
- DESCRIPTION
(ALPHA)Manage the record-sets within your managed-zones.- EXAMPLES
- To import record-sets from a BIND zone file, run:
gcloudalphadnsrecord-setsimport--zone=MANAGED_ZONE--zone-file-formatZONE_FILETo export record-sets in yaml format, run:
gcloudalphadnsrecord-setsexport--zone=MANAGED_ZONETo see how to make scriptable changes to your record-sets through transactions,run:
gcloudalphadnsrecord-setstransaction--helpTo list all changes, run:
gcloudalphadnsrecord-setschangeslist--zone=MANAGED_ZONETo see change details, run:
gcloudalphadnsrecord-setschangesdescribeCHANGE_ID--zone=MANAGED_ZONETo see the list of all record-sets, run:
gcloudalphadnsrecord-setslist--zone=MANAGED_ZONE - GCLOUD WIDE FLAGS
- These flags are available to all commands:
--help.Run
$gcloud helpfor details. - GROUPS
is one of the following:GROUPchanges(ALPHA)View details about changes to your Cloud DNS record-sets.transaction(ALPHA)Make scriptable and transactional changes to yourrecord-sets.
- COMMANDS
is one of the following:COMMANDcreate(ALPHA)Creates a record-set in a managed-zone.delete(ALPHA)Delete a record-set in a managed-zone.describe(ALPHA)Describe a record-set in a managed-zone.export(ALPHA)Export your record-sets into a file.import(ALPHA)Import record-sets into your managed-zone.list(ALPHA)View the list of record-sets in a managed-zone.update(ALPHA)Updates a record-set in a managed-zone.
- NOTES
- This command is currently in alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. These variants are also available:
gclouddnsrecord-setsgcloudbetadnsrecord-sets
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-17 UTC.