gc schedule
gc schedule create
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
Get garbage collection schedule.
gc schedule update
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