tdkserver trash
Trash a local kminus tabsdata instance
tdkserver trash \
--instance tabsdata \
--details true \
--yes true \
--accept-terms yes \
--verbose \
--keep-progress true
| Flag | Type | Required | Description |
|---|---|---|---|
--instance | string | Optional | Name of the instance to trash. Defaults to 'tabsdata'. |
--details | true | false | Optional | Show the summary of resolved values before trashing the instance. Defaults to 'true'. Pass '--details false' to skip the summary. |
-y, --yes | true | false | Optional | Skip the interactive confirmation prompt and proceed immediately. |
--accept-terms | string | Optional | Accept or decline the license terms without interactive prompt [y/yes/n/no]. |
--verbose | flag | Optional | Show the output of each step that this command runs. |
--keep-progress | true | false | Optional | Keep the progress line of each step that this command runs, instead of clearing it when the step finishes [true/false]. Defaults to true. |