> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/guidance-for-enterprise/cloudeka-api-list/command-reference/cldkctl-flexi/image/backup-scheduler-delete.md).

# 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**](/guidance-for-enterprise/cloudeka-api-list/command-reference/cldkctl-flexi/image/backup-scheduler-list.md) section to obtain the **backup scheduler ID**.
2. Run the following command in your terminal:

```
cldkctl flexi image backup-scheduler-delete [backup_scheduler_id] 
```

3. Replace **\[backup\_scheduler\_id]** with the actual backup scheduler ID.
4. Once completed successfully, the terminal displays the success message.

<figure><img src="/files/K6lge8O2d1xALflbiw0f" alt=""><figcaption></figcaption></figure>

## Flags

{% hint style="info" %}
This command supports [global flags](/guidance-for-enterprise/cloudeka-api-list/global-flags.md). Refer to the Global Flags section for details
{% endhint %}

<table><thead><tr><th width="206">Flag</th><th>Shorthand</th><th>Description</th></tr></thead><tbody><tr><td>--help</td><td>-h</td><td>Help for the backup-scheduler-delete command.</td></tr></tbody></table>
