---
title: Remove a checkout
description: Delete a repo folder from the current agent run.
cli_command: "wiblo repos remove <folder>"
canonical_url: https://wiblo.app/docs/developers/cli/repos/repos-remove
last_updated: 2026-07-28T17:12:38+02:00
md_url: https://wiblo.app/docs/developers/cli/repos/repos-remove.md
---

# Remove a checkout

`$ wiblo repos remove <folder>`

## Usage

```bash
wiblo repos remove website
```

```text
$ wiblo repos remove website
✓ Removed website from this run
```

`rm` is an alias.

## Arguments & flags

| | Description |
| --- | --- |
| `folder` (argument) | The checkout folder to remove. Required. |
| `--run` | Agent run id (default `WIBLO_RUN_ID`). |

## Behaviour

- Removing deletes the folder in the sandbox — **unpushed work in it is lost**. Push first.
- The `main` folder is the run's primary checkout and cannot be removed.
