Updates a DNS record set
Updates a DNS record set.
stackit dns record-set update RECORD_SET_ID [flags]
Update the time to live of the record-set with ID "xxx" for zone with ID "yyy"
$ stackit dns record-set update xxx --zone-id yyy --ttl 100
--comment string User comment
-h, --help Help for "stackit dns record-set update"
--name string Name of the record, should be compliant with RFC1035, Section 2.3.4
--record strings Records belonging to the record set. If this flag is used, records already created that aren't set when running the command will be deleted
--ttl int Time to live, if not provided defaults to the zone's default TTL
--zone-id string Zone ID
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
- stackit dns record-set - Provides functionality for DNS record set