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

# kubox admin delete

Delete a Kubox cluster

### Synopsis

Accepts a YAML file as input and deletes the pulumi stack resources

```
kubox admin delete [flags]
```

### Options

```
      --build-log-driver string   database/sql driver for --build-log-dsn (env: KUBOX_BUILD_LOG_DRIVER, default postgres)
      --build-log-dsn string      Connection string for a SQL store to ship the step-by-step build timeline to (env: KUBOX_BUILD_LOG_DSN)
      --build-log-run-id string   Identifier tying this run's events together in the build log store
  -f, --file string               Path to the YAML file
  -h, --help                      help for delete
  -p, --provider string           Provider type (aws, mock) - overrides auto-detection
```

### Global options

See [global options](/cli-reference/kubox#global-options).

### SEE ALSO

* [kubox admin](/cli-reference/kubox_admin)	 - The primitives the plane, cloud and cluster commands are built from
