# Cancel

Launch stage: GA

`POST /api/1.2/commands/cancel`

Cancels a currently running command within an execution context.

 The command ID is obtained from a prior successful call to __execute__.

API scopes: command-execution

## Request body

- `clusterId` (string, optional)
- `commandId` (string, optional)
- `contextId` (string, optional)

## Response

```json
{}
```

