# Command Execution

## Endpoints

### Cancel a command

- [POST /api/1.2/commands/cancel](cancel.md)

### Run a command

- [POST /api/1.2/commands/execute](execute.md)

### Get command info

- [GET /api/1.2/commands/status](get-command-status.md)

### Create an execution context

- [POST /api/1.2/contexts/create](create.md)

### Delete an execution context

- [POST /api/1.2/contexts/destroy](destroy.md)

### Get status

- [GET /api/1.2/contexts/status](get-context-status.md)

