Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.52 KB

File metadata and controls

45 lines (32 loc) · 1.52 KB

stackit server os-update schedule update

Updates a Server os-update Schedule

Synopsis

Updates a Server os-update Schedule.

stackit server os-update schedule update SCHEDULE_ID [flags]

Examples

  Update the name of the os-update schedule "zzz" of server "xxx"
  $ stackit server os-update schedule update zzz --server-id=xxx --name=newname

Options

  -e, --enabled                  Is the server os-update schedule enabled (default true)
  -h, --help                     Help for "stackit server os-update schedule update"
  -d, --maintenance-window int   Maintenance window (in hours, 1-24) (default 23)
  -n, --name string              os-update schedule name
  -r, --rrule string             os-update RRULE (recurrence rule) (default "DTSTART;TZID=Europe/Sofia:20200803T023000 RRULE:FREQ=DAILY;INTERVAL=1")
  -s, --server-id string         Server 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