Skip to content

gc schedule

gc schedule create

gc schedule create [OPTIONS]

Create a new Garbage Collection schedule.

Options

--type <TYPE>
The schedule type. The valid values are 'Hourly', 'Daily', 'Weekly', 'Custom', 'Manual', 'None' and 'Schedule'. 'Manual' means to trigger it right away, 'Schedule' means to trigger it by a specified cron schedule and 'None' means to cancel the schedule.
Type: choice
Choices: Hourly, Daily, Weekly, Custom, Manual, None, Schedule

--cron <CRON>
A cron expression, a time-based job scheduler.
Type: text


gc schedule get

gc schedule get

Get garbage collection schedule.


gc schedule update

gc schedule update [OPTIONS]

Options

--type <TYPE>
The schedule type. The valid values are 'Hourly', 'Daily', 'Weekly', 'Custom', 'Manual', 'None' and 'Schedule'. 'Manual' means to trigger it right away, 'Schedule' means to trigger it by a specified cron schedule and 'None' means to cancel the schedule.
Type: choice
Choices: Hourly, Daily, Weekly, Custom, Manual, None, Schedule

--cron <CRON>
A cron expression, a time-based job scheduler.
Type: text