Skip to content

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

Auto generated by spf13/cobra on 11-Dec-2019