Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

backup-scheduler-delete

Delete a backup scheduler that is responsible for creating backups of flexi images. This command allows you to remove a backup scheduler that is no longer needed or to stop scheduled backups.

Usage

cldkctl flexi image backup-scheduler-delete [flags]

Aliases

backup-scheduler-delete, del-backup-scheduler

Steps

Follow the steps below to run and view the result of this command:

  1. Refer to the Backup Scheduler List section to obtain the backup scheduler ID.

  2. Run the following command in your terminal:

cldkctl flexi image backup-scheduler-delete [backup_scheduler_id] 
  1. Replace [backup_scheduler_id] with the actual backup scheduler ID.

  2. Once completed successfully, the terminal displays the success message.

Flags

This command supports global flags. Refer to the Global Flags section for details

Flag
Shorthand
Description

--help

-h

Help for the backup-scheduler-delete command.

Last updated