# Sandbox.Connection.Kick

```csharp
void Kick(string reason)
```

Kick this [Sandbox.Connection](/api/Sandbox.Connection) from the server. Only the host can kick clients.

### Parameters

- `reason` (`string`): The reason to display to this client.

Declared in [Sandbox.Connection](/api/Sandbox.Connection).
Assembly: `Sandbox.Engine`.
