# StandaloneSiloHandle.StopSiloAsync(bool)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.standalonesilohandle/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.testinghost/orleans.testinghost.standalonesilohandle/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.TestingHost/StandaloneSiloHandle.cs)

```csharp
public override Task StopSiloAsync(bool stopGracefully)
```

Stop the remote silo

### Parameters

- `stopGracefully` (`bool`): Specifies whether the silo should be stopped gracefully or abruptly.
