okteto help pipeline destroy
Destroy an okteto pipeline
Options
| Name | Description | 
|---|---|
--loglevel, -l  <loglevel> | Amount of information outputted (debug, info, warn, error) | 
--output, -o  <output> | Output format (tty, plain, json) | 
--name, -p  <name> | Name of the pipeline (defaults to the git config name) | 
--namespace, -n  <namespace> | Namespace where the up command is executed (defaults to the current namespace) | 
--timeout, -t  <timeout> | The length of time to wait for completion, zero means never. Any other values should contain a corresponding time unit e.g. 1s, 2m, 3h | 
--volumes, -v | Destroy persistent volumes created by the pipeline (defaults to false) | 
--wait, -w | Wait until the pipeline finishes (defaults to false) | 
--help, -h | Help for destroy |