Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 52c4aa5

Browse files
committed
Remove the removal steps from each integration
- Redundant with the removal steps on the install page
1 parent 68d4e42 commit 52c4aa5

File tree

9 files changed

+12
-136
lines changed

9 files changed

+12
-136
lines changed

docs/how-to/install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,11 @@ persistent volume.
173173
Now that CodeGate is running, proceed to
174174
[configure your AI assistant/agent](../integrations/index.mdx).
175175

176-
## Remove CodeGate
176+
## Uninstall
177177

178-
If you decide to stop using CodeGate, follow the removal steps for your
179-
[integration](../integrations/index.mdx), then stop and remove the CodeGate
180-
container and volume:
178+
If you decide to stop using CodeGate, undo the configuration changes you made to
179+
your [integration](../integrations/index.mdx) (usually by removing the API base
180+
URL setting or env var), then remove the CodeGate container and volume:
181181

182182
```bash
183183
docker rm -f codegate

docs/integrations/aider.mdx

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -45,30 +45,3 @@ Learn more about CodeGate's features:
4545

4646
- [Access the dashboard](../how-to/dashboard.md)
4747
- [CodeGate features](../features/index.mdx)
48-
49-
## Remove CodeGate
50-
51-
If you decide to stop using CodeGate, follow these steps to remove it and revert
52-
your environment.
53-
54-
1. Quit aider and unset the environment variables you set during the
55-
configuration process:
56-
57-
**OpenAI:** `unset OPENAI_API_BASE` (macOS/Linux) or
58-
`setx OPENAI_API_BASE ""` (Windows)
59-
60-
**Ollama:** `unset OLLAMA_API_BASE` (macOS/Linux) or
61-
`setx OLLAMA_API_BASE ""` (Windows)
62-
63-
1. Stop and remove the CodeGate container:
64-
65-
```bash
66-
docker rm -f codegate
67-
```
68-
69-
1. If you launched CodeGate with a persistent volume, delete it to remove the
70-
CodeGate database and other files:
71-
72-
```bash
73-
docker volume rm codegate_volume
74-
```

docs/integrations/cline.mdx

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -139,23 +139,3 @@ Learn more about CodeGate's features and how to use them:
139139

140140
- [Access the dashboard](../how-to/dashboard.md)
141141
- [CodeGate features](../features/index.mdx)
142-
143-
## Remove CodeGate
144-
145-
If you decide to stop using CodeGate, follow these steps to remove it and revert
146-
your environment.
147-
148-
1. Remove the custom base URL from your Cline provider settings.
149-
150-
1. Stop and remove the CodeGate container:
151-
152-
```bash
153-
docker rm -f codegate
154-
```
155-
156-
1. If you launched CodeGate with a persistent volume, delete it to remove the
157-
CodeGate database and other files:
158-
159-
```bash
160-
docker volume rm codegate_volume
161-
```

docs/integrations/continue.mdx

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -479,24 +479,3 @@ Learn more about CodeGate's features and how to use them:
479479

480480
- [Access the dashboard](../how-to/dashboard.md)
481481
- [CodeGate features](../features/index.mdx)
482-
483-
## Remove CodeGate
484-
485-
If you decide to stop using CodeGate, follow these steps to remove it and revert
486-
your environment.
487-
488-
1. Remove the `apiBase` configuration entries from your Continue configuration
489-
file.
490-
491-
1. Stop and remove the CodeGate container:
492-
493-
```bash
494-
docker rm -f codegate
495-
```
496-
497-
1. If you launched CodeGate with a persistent volume, delete it to remove the
498-
CodeGate database and other files:
499-
500-
```bash
501-
docker volume rm codegate_volume
502-
```

docs/integrations/copilot.mdx

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -273,27 +273,11 @@ Learn more about CodeGate's features and how to use them:
273273
- [Access the dashboard](../how-to/dashboard.md)
274274
- [CodeGate features](../features/index.mdx)
275275
276-
## Remove CodeGate
277-
278-
If you decide to stop using CodeGate, follow these steps to remove it and revert
279-
your environment.
276+
## Remove the CodeGate CA certificate
280277
281278
import RemoveCert from '../partials/_remove-cert.mdx';
282279
283-
1. Remove the proxy settings from your IDE configuration.
284-
285-
1. Remove the CodeGate CA certificate from your trust store:
286-
287-
<RemoveCert />
288-
289-
1. Stop and remove the CodeGate container:
290-
291-
```bash
292-
docker rm -f codegate
293-
```
294-
295-
1. Delete the persistent volume:
280+
If you decide to stop using CodeGate, remove the proxy settings from your
281+
configuration and follow these steps to remove the CA certificate:
296282
297-
```bash
298-
docker volume rm codegate_volume
299-
```
283+
<RemoveCert />

docs/integrations/kodu.mdx

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -104,23 +104,3 @@ Learn more about CodeGate's features and how to use them:
104104

105105
- [Access the dashboard](../how-to/dashboard.md)
106106
- [CodeGate features](../features/index.mdx)
107-
108-
## Remove CodeGate
109-
110-
If you decide to stop using CodeGate, follow these steps to remove it and revert
111-
your environment.
112-
113-
1. Remove the custom base URL from your Claude Coder provider settings.
114-
115-
1. Stop and remove the CodeGate container:
116-
117-
```bash
118-
docker stop codegate && docker rm codegate
119-
```
120-
121-
1. If you launched CodeGate with a persistent volume, delete it to remove the
122-
CodeGate database and other files:
123-
124-
```bash
125-
docker volume rm codegate_volume
126-
```

docs/integrations/open-interpreter.mdx

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -107,24 +107,3 @@ like "CodeGate version 0.1.16".
107107

108108
Learn more about [CodeGate's features](../features/index.mdx) and explore the
109109
[dashboard](../how-to/dashboard.md).
110-
111-
## Remove CodeGate
112-
113-
If you decide to stop using CodeGate, follow these steps to remove it and revert
114-
your environment.
115-
116-
1. Quit Open Interpreter (<key>Ctrl</key>+<key>C</key>) and re-run it without
117-
the API base parameter.
118-
119-
1. Stop and remove the CodeGate container:
120-
121-
```bash
122-
docker rm -f codegate
123-
```
124-
125-
1. If you launched CodeGate with a persistent volume, delete it to remove the
126-
CodeGate database and other files:
127-
128-
```bash
129-
docker volume rm codegate_volume
130-
```

docs/quickstart-continue.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,15 +270,16 @@ Finally, we want to hear about your experiences using CodeGate. Join the
270270
the project, and let us know about any bugs or feature requests in
271271
[GitHub Issues](https://github.com/stacklok/codegate/issues).
272272

273-
## Clean up your environment
273+
## Removing CodeGate
274274

275275
Of course we hope you'll want to continue using CodeGate, but if you want to
276276
stop using it, follow these steps to clean up your environment.
277277

278-
1. Stop and remove the CodeGate container:
278+
1. Stop and remove the CodeGate container and persistent data volume:
279279

280280
```bash
281281
docker rm -f codegate
282+
docker volume rm codegate_volume
282283
```
283284

284285
2. Remove the `apiBase` configuration entries from your Continue configuration

docs/quickstart-copilot.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ channel on the [Stacklok Community Discord](https://discord.gg/stacklok) server
246246
to chat about the project, and let us know about any bugs or feature requests in
247247
[GitHub Issues](https://github.com/stacklok/codegate/issues).
248248

249-
## Clean up your environment
249+
## Removing CodeGate
250250

251251
Of course we hope you'll want to continue using CodeGate, but if you want to
252252
stop using it, follow these steps to clean up your environment.

0 commit comments

Comments
 (0)