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

# tensorkube teardown

## `tensorkube teardown`

HIGHLY DESTRUCTIVE ACTION!!!! Don't run this command if you don't intend to delete all the resources that you have created and configured using the CLI.

<Warning>
  This action will remove everything you configured using tensorkube.
</Warning>

:return:

**Usage:**

```bash theme={null}
tensorkube teardown [OPTIONS]
```

**Options:**

* `--purge BOOLEAN` \[default: False]: Flag to purge all training datasets and buckets. Highly destructive action. Use with caution.

* `--remote BOOLEAN` \[default: False]: Flag to request a remote teardown. This will not run the teardown locally but will request the remote server to run the teardown.

* `--help BOOL` \[default: false]: Show this message and exit.
