# Terminate Process

> This brick will terminate a process on the local system.

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

This brick will terminate a process on the local system.

## Parameters

#### Process Name
*Required*

The name of the process to terminate ex. chrome.exe

## Details

- **Category:** System
- **Brick ID:** `System-Kill-Process`

## Raw JSON definition

**JSON**

```json
{
  "category": "system",
  "description": "This brick will terminate a process on the local system.",
  "developerVendor": "CapaSystems A/S",
  "displayName": null,
  "id": "System-Kill-Process",
  "name": "Terminate Process",
  "parameters": [
    {
      "allowManualInput": false,
      "defaultValue": "",
      "defaultValueObject": null,
      "description": "The name of the process to terminate ex. chrome.exe",
      "id": "Process_Name",
      "name": "Process Name",
      "regExValidation": "",
      "required": true,
      "type": "TextBox",
      "value": null,
      "values": [],
      "valuesObject": null
    }
  ],
  "powershell": {
    "base64Encoded": true,
    "function": "RnVuY3Rpb2..."
  },
  "type": "powerbrick",
  "version": "2026.9.1.1"
}
```
