> For the complete documentation index, see [llms.txt](https://eucalypt.gitbook.io/eucalypt/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eucalypt.gitbook.io/eucalypt/cli/destroy/controller.md).

# Controller

### Command

```ruby
$ eucalypt destroy controller
# Alias/shortened
$ eucalypt d controller
$ eucalypt d c
```

### Arguments

* `[NAME]` - The name of the controller (if argument is empty, a list of existing controllers will be displayed for the user to select one from).

### Examples

* `$ eucalypt d controller tweet`

  Destroys the `tweet` controller.
