Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.42 KB

File metadata and controls

45 lines (32 loc) · 1.42 KB

stackit dns record-set update

Updates a DNS record set

Synopsis

Updates a DNS record set.

stackit dns record-set update RECORD_SET_ID [flags]

Examples

  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

Options

      --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

Options inherited from parent commands

  -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")

SEE ALSO