> ## Documentation Index
> Fetch the complete documentation index at: https://s2.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Trim

> Set an explicit trim point with the S2 CLI to remove records before a sequence number.

Set an explicit trim point. Records before this sequence number will be removed.

Read more about explicit trimming in the [Trimming](/concepts/trimming) concept guide.

```bash theme={null}
s2 trim s2://my-basin/my-stream 1000
```

<Note>
  Trimming is eventually consistent. Trimmed records may be visible for a brief period.
</Note>
