> Full SurrealDB documentation index: https://surrealdb.com/docs/llms.txt

# close

The close() method for the SurrealDB Mojo SDK closes the connection.

Closes the connection and releases the active transport.

```python title="Method Syntax"
client.close()
```

## Arguments

This method takes no arguments.

## Example usage

```python
client.close()
```
