Skip to main content
Version: 2.0.0

tdkserver stop

Stop a tabsdata instance

tdkserver stop \
--instance tabsdata \
--details true \
--yes true \
--accept-terms yes \
--verbose \
--keep-progress true
FlagTypeRequiredDescription
--instancestringOptionalName of the instance to stop. Defaults to 'tabsdata'.
--detailstrue | falseOptionalShow the summary of resolved values before stopping the instance. Defaults to 'true'. Pass '--details false' to skip the summary.
-y, --yestrue | falseOptionalSkip the interactive confirmation prompt and proceed immediately.
--accept-termsstringOptionalAccept or decline the license terms without interactive prompt [y/yes/n/no].
--verboseflagOptionalShow the output of each step that this command runs.
--keep-progresstrue | falseOptionalKeep the progress line of each step that this command runs, instead of clearing it when the step finishes [true/false]. Defaults to true.