> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Terminate Endpoint Process

Terminates a process that is running on an endpoint.

Required API key role permissions:

* `Response Management - view, filter, search`
* `Response Management - terminate process`

<Note>
  External Documentation

  To learn more, visit the [Trend Vision One documentation](https://automation.trendmicro.com/xdr/api-v3/#tag/Endpoint/paths/~1v3.0~1response~1endpoints~1terminateProcess/post).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                                                                                                        |
  | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Agent GUID       | The ID of an installed agent on an endpoint. For example: `9c94bd33-c589-48c4-9431-dace397b0067`.<br /><br />Can be obtained by using the `List Endpoints` action. |
  | Endpoint Name    | The endpoint name of the target endpoint.<br /><br />Can be obtained by using the `List Endpoints` action.                                                         |
  | File Name        | The file name of the response task target.                                                                                                                         |
  | File SHA1 Hash   | `SHA1` hash of the process executable file.                                                                                                                        |
  | Target By        | You can specify either the `Endpoint Name` or the GUID of the installed agent program - `Agent GUID`.                                                              |
  | Task Description | The description of the response task.                                                                                                                              |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"status": 202,
		"headers": [
			{
				"name": "Operation-Location",
				"value": "https://api.xdr.trendmicro.com/v3.0/xdr/response/tasks/00000001"
			}
		]
	}
]
```

## Workflow Library Example

[Terminate Endpoint Process with Trend Vision One and Send Results Via Email](https://library.blinkops.com/workflows/terminate-endpoint-process-with-trend-vision-one-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/terminate-endpoint-process-with-trend-vision-one-and-send-results-via-email/canvas" />
</div>
