record-sync
Last updated

The dns record-sync command synchronizes DNS records for a specific DNS zone. This command ensures that the DNS records stored in the system are consistent with the actual records configured for that zone.
cldkctl dns record-sync [id] [flags]Follow the steps below to run and view the result of this command:
Run the following command in your terminal:
cldkctl dns record-sync [dns-zone-id]Replace [dns-zone-id] with the ID of the DNS zone. Refer to dns list section to obtain the DNS zone ID.
Once completed successfully, a message “✓ DNS records synchronized successfully!” will appear in the terminal.

This command supports global flags. Refer to the Global Flags section for details.
-h, --help
Help for dns record sync command.
Last updated