Skip to main content
Version: 2.0.0

Initialize and Configure a Server

Produce an editable input config folder for a Tabsdata instance.

See tdkserver init for the full option list.

How To Create a Tabsdata Server

the quickstart command bundles several commands and deploys a Tabsdata Instance with a single command.

tdkserver quickstart --instance myinstance

How to start a server

tdkserver start --instance myinstance

How to check server status

tdkserver status --instance myinstance

How to stop a server

tdkserver stop --instance myinstance

How to delete a server

tdkserver trash --instance myinstance