|
| 1 | +## stackit beta server os-update schedule create |
| 2 | + |
| 3 | +Creates a Server os-update Schedule |
| 4 | + |
| 5 | +### Synopsis |
| 6 | + |
| 7 | +Creates a Server os-update Schedule. |
| 8 | + |
| 9 | +``` |
| 10 | +stackit beta server os-update schedule create [flags] |
| 11 | +``` |
| 12 | + |
| 13 | +### Examples |
| 14 | + |
| 15 | +``` |
| 16 | + Create a Server os-update Schedule with name "myschedule" |
| 17 | + $ stackit beta server os-update schedule create --server-id xxx --name=myschedule |
| 18 | +
|
| 19 | + Create a Server os-update Schedule with name "myschedule" and maintenance window for 14 o'clock |
| 20 | + $ stackit beta server os-update schedule create --server-id xxx --name=myschedule --maintenance-window=14 |
| 21 | +``` |
| 22 | + |
| 23 | +### Options |
| 24 | + |
| 25 | +``` |
| 26 | + -e, --enabled Is the server os-update schedule enabled (default true) |
| 27 | + -h, --help Help for "stackit beta server os-update schedule create" |
| 28 | + -d, --maintenance-window int os-update maintenance window (in hours, 1-24) (default 23) |
| 29 | + -n, --name string os-update schedule name |
| 30 | + -r, --rrule string os-update RRULE (recurrence rule) (default "DTSTART;TZID=Europe/Sofia:20200803T023000 RRULE:FREQ=DAILY;INTERVAL=1") |
| 31 | + -s, --server-id string Server ID |
| 32 | +``` |
| 33 | + |
| 34 | +### Options inherited from parent commands |
| 35 | + |
| 36 | +``` |
| 37 | + -y, --assume-yes If set, skips all confirmation prompts |
| 38 | + --async If set, runs the command asynchronously |
| 39 | + -o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"] |
| 40 | + -p, --project-id string Project ID |
| 41 | + --region string Target region for region-specific requests |
| 42 | + --verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info") |
| 43 | +``` |
| 44 | + |
| 45 | +### SEE ALSO |
| 46 | + |
| 47 | +* [stackit beta server os-update schedule](./stackit_beta_server_os-update_schedule.md) - Provides functionality for Server os-update Schedule |
| 48 | + |
0 commit comments