1# context rm 2 3<!---MARKER_GEN_START--> 4Remove one or more contexts 5 6### Aliases 7 8`docker context rm`, `docker context remove` 9 10### Options 11 12| Name | Type | Default | Description | 13|:----------------|:-----|:--------|:--------------------------------------| 14| `-f`, `--force` | | | Force the removal of a context in use | 15 16 17<!---MARKER_GEN_END-->