You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like we document create/list/restore for snapshot schedules, but we don't yet have docs for delete.
As part of #8417, we have already implemented delete, but not yet edit.
The format is yb-admin delete_snapshot_schedule <schedule_id>, where schedule_id you would obtain through list_snapshot_schedules, or would have gotten when you created it, through create_snapshot_schedule
The text was updated successfully, but these errors were encountered:
Description
Seems like we document create/list/restore for snapshot schedules, but we don't yet have docs for delete.
As part of #8417, we have already implemented
delete
, but not yetedit
.The format is
yb-admin delete_snapshot_schedule <schedule_id>
, whereschedule_id
you would obtain throughlist_snapshot_schedules
, or would have gotten when you created it, throughcreate_snapshot_schedule
The text was updated successfully, but these errors were encountered: