We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e9bc3c + f39133f commit bb34d87Copy full SHA for bb34d87
README.md
@@ -213,7 +213,17 @@ cycleops setups delete <setup_name>|<setup_id>
213
cycleops setups deploy <setup_name>|<setup_id> --wait
214
```
215
216
-Using `--wait` you can wait for the deployment job to complete.
+Use `--wait` to wait for the deployment job to complete and display deployment logs.
217
+
218
+#### Destroy a setup
219
220
+```
221
+cycleops setups destroy <setup_name>|<setup_id>
222
223
224
+Terminates all running containers associated with the specified setup.
225
226
+**Note:** Use `delete` to only remove the setup from Cycleops without terminating any running containers.
227
228
### GitHub Actions
229
0 commit comments