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

# squarecloud db delete

> 删除你在 Square Cloud 上的数据库。

永久删除一个数据库。数据库 ID 是可选的：CLI 会先从参数中解析，然后回退到交互式选择器。此操作具有破坏性：删除前会要求 `y/N` 确认。传入 `-y`/`--yes` 可跳过该提示。

```bash theme={null}
squarecloud db delete
# 使用交互式选择器来选择数据库，然后要求确认。
```

```bash theme={null}
squarecloud db delete <dbID>
# 确认后删除指定数据库。
```

```bash theme={null}
squarecloud db delete <dbID> -y
# 删除时不询问确认。
```

使用 `squarecloud db delete --help` 获取有关此命令的更多信息。
