# gateways remove


Remove a gateway from a Cloud 66 account.

```shell
$ cx gateways remove --name <gateway name>
```

#### Options

| Argument | Required? | Default | Description |
|  ---  |  ---  |  ---  |  ---  |
| `--name <gateway name>` | yes | — | The name of the gateway |

#### Examples

```shell
$ cx gateways remove --name aws_bastion
```