> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.Supporting_types.AgentStopInput.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface AgentStopInput

```typescript
interface AgentStopInput {
    terminalId: string;
}
```

Types: [terminalId](#terminalid)

##### Index

### <a id="properties"></a>Properties

[terminalId](#terminalid)

## <a id="properties-1"></a>Properties

### <a id="terminalid"></a>terminalId

```typescript
terminalId: string
```

The terminal to terminate — the `terminalId` returned by an earlier `agent.spawn` (also carried on the live `agent.session` / `agent.activity` projections).
