# Suspend BitLocker

> Suspends BitLocker protection on a selected volume for a configurable number of reboots.

Source: https://docs.capaone.com/capaone/application-manager/powerbricks/suspend-bitlocker/  
Product: CapaOne — a separate CapaSystems product; do not apply this page to any other.

Suspends BitLocker protection on a selected volume for a configurable number of reboots.

## Parameters

#### Mount Point
*Required* — Default: `OS`

Drive letter of the BitLocker volume to suspend, for example C: or D:. You can also use OS or SystemDrive to target the operating system drive automatically.

#### Reboot Count
*Optional* — Default: `1`

Number of restarts BitLocker remains suspended for. Use 0 to suspend until resumed manually.

## Details

- **Category:** System
- **Brick ID:** `BitLocker-Suspend`

## Raw JSON definition

**JSON**

```json
{
  "category": "system",
  "description": "Suspends BitLocker protection on a selected volume for a configurable number of reboots.",
  "developerVendor": "CapaSystems A/S",
  "displayName": null,
  "id": "BitLocker-Suspend",
  "name": "Suspend BitLocker",
  "parameters": [
    {
      "allowManualInput": false,
      "defaultValue": "OS",
      "defaultValueObject": null,
      "description": "Drive letter of the BitLocker volume to suspend, for example C: or D:. You can also use OS or SystemDrive to target the operating system drive automatically.",
      "id": "MountPoint",
      "name": "Mount Point",
      "regExValidation": "",
      "required": true,
      "type": "TextBox",
      "value": null,
      "values": [],
      "valuesObject": null
    },
    {
      "allowManualInput": false,
      "defaultValue": "1",
      "defaultValueObject": null,
      "description": "Number of restarts BitLocker remains suspended for. Use 0 to suspend until resumed manually.",
      "id": "RebootCount",
      "name": "Reboot Count",
      "regExValidation": "",
      "required": false,
      "type": "Integer",
      "value": null,
      "values": [],
      "valuesObject": null
    }
  ],
  "powershell": {
    "base64Encoded": true,
    "function": "ZnVuY3Rpb2..."
  },
  "type": "powerbrick",
  "version": "2026.9.1.1"
}
```
