gcloud dns record-sets transaction COMMAND [--transaction-file=TRANSACTION_FILE; default="transaction.yaml"] [GCLOUD_WIDE_FLAG …]
gcloud dns record-sets transaction start --zone=MANAGED_ZONETo append a record-set addition to the transaction, run:
gcloud dns record-sets transaction add --name RECORD_SET_NAME --ttl TTL --type TYPE DATA --zone=MANAGED_ZONETo append a record-set removal to the transaction, run:
gcloud dns record-sets transaction remove --name RECORD_SET_NAME --ttl TTL --type TYPE DATATo look at the details of the transaction, run:
gcloud dns record-sets transaction describe --zone=MANAGED_ZONETo delete the transaction, run:
gcloud dns record-sets transaction abort --zone=MANAGED_ZONETo execute the transaction, run:
gcloud dns record-sets transaction execute --zone=MANAGED_ZONE--transaction-file=TRANSACTION_FILE; default="transaction.yaml"--help.
Run $ gcloud help for details.
is one of the following:
COMMANDgcloud alpha dns record-sets transactiongcloud beta dns record-sets transaction
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.