> ## 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
# Uses an interactive picker to choose the database, then asks for confirmation.
```

```bash theme={null}
squarecloud db delete <dbID>
# Deletes a specific database after confirmation.
```

```bash theme={null}
squarecloud db delete <dbID> -y
# Deletes without asking for confirmation.
```

このコマンドの詳細については `squarecloud db delete --help` を使用してください。
