Onit remove
onit remove
Remove resources from the cluster
Synopsis
Remove resources from the cluster
Examples
# Remove a simulator with a given name running on a specific cluster onit remove simulator -n <simulator-name> -c my-cluster # Remove a network with a given name onit remove network -n <network-name> -c my-cluster # Remove an app onit remove app -n <app-name> -c my-cluster
Options
-h, --help help for remove
Options inherited from parent commands
-c, --cluster string the cluster on which to execute the command -v, --verbose Enable verbose output
SEE ALSO
- onit - Setup test clusters and run integration tests on Kubernetes
- onit remove app - Remove an app from the cluster
- onit remove network - Remove a stratum network from the cluster
- onit remove simulator - Remove a device simulator from the cluster