---
title: "Disables periodic backup of Service Fabric application."
method: POST
path: "/Applications/{applicationId}/$/DisableBackup"
tags: ["BackupRestore"]
---

# Disables periodic backup of Service Fabric application.

`POST /Applications/{applicationId}/$/DisableBackup`

Disables periodic backup of Service Fabric application which was previously enabled.

## Path parameters

- `applicationId` string, required

## Query parameters

- `api-version` '6.4', required
- `timeout` integer

## Request body

- DisableBackupDescription — It describes the body parameters while disabling backup of a backup entity(Application/Service/Partition).
  - `CleanBackup` boolean, required — Boolean flag to delete backups. It can be set to true for deleting all the backups which were created for the backup entity that is getting disabled for backup.

## Response `202`

A 202 status code indicates the request to disable application backup has been accepted.

## Other responses

- `default` — The detailed error response.

---

[API](https://skmtc.net/azure/apis/service-fabric-client-apis.md) · [All operations](https://skmtc.net/azure/apis/service-fabric-client-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/service-fabric-client-apis/versions/6df9f2f4d542/schema)
