Skip to main content
Version: 2.0.0

tdkserver restart

Restart a tabsdata instance

tdkserver restart \
--instance tabsdata \
--loglevel trace \
--details true \
--yes true \
--accept-terms yes \
--verbose \
--keep-progress true
FlagTypeRequiredDescription
--instancestringOptionalName of the instance to restart. Defaults to 'tabsdata'.
--logleveltrace | debug | info | warn | errorOptionalLog level for the kminus orchestrator and pod runner. When given, it is applied and saved as the instance's new log level; otherwise the saved value is used. Only valid with the 'kminus' provider.

Example: tdk restart --loglevel info | | --details | true | false | Optional | Show the summary of resolved values before restarting 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. |