---
title: "Suspends periodic backup for the specified Service Fabric service."
method: POST
path: "/Services/{serviceId}/$/SuspendBackup"
tags: ["BackupRestore"]
---

# Suspends periodic backup for the specified Service Fabric service.

`POST /Services/{serviceId}/$/SuspendBackup`

The service which is configured to take periodic backups, is suspended for taking further backups till it is resumed again. This operation applies to the entire service's hierarchy. It means all the partitions under this service are now suspended for backup.

## Path parameters

- `serviceId` string, required

## Query parameters

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

## Response `202`

A 202 status code indicates the operation request was accepted and service backup will be suspended.

## Other responses

- `default` — The detailed error response.

---

[API](https://skmtc.net/azure/apis/servicefabric-servicefabric.md) · [All operations](https://skmtc.net/azure/apis/servicefabric-servicefabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/servicefabric-servicefabric/revisions/8fd479ce0f16/schema)
