---json { "aliases": [ { "path": ":docs:tabli:service:drop" } ], "page_id": "j7w50kraud9a1e0d4v5qv" } --- ====== Tabul - Drop a Service ====== ===== About ===== ''drop'' is a [[docs:tabul:command|command]] of the [[docs:tabul:service:start|service module]] that will drop a [[:docs:service:service|service]] from the service provider (not from the [[docs:conf:tabul.yml|configuration vault]]) ===== Example ===== To drop the [[howto:postgres:howto_connection_service|howto postgres docker container]]: tabul service drop postgres ===== Syntax ===== tabul service drop --help Tabul service drop ================== Drop one or more services instance from the service system In the case of docker service, drop the created container Examples -------- 1 - For a docker service, drop the docker container sqlserver tabul service drop sqlserver 2 - Drop all services instances that starts with sql tabul service drop sql* Syntax ------ tabul service drop where: Arguments: One ore several glob pattern that select services by name Global Options: -ah,--app-home The app home directory (default to the .tabul.yml file directory) -vf,--conf The path to a configuration file -ee,--exec-env The execution environment (prod or dev) -h,--help Print this help -l,--log-level Set the log level -ns,--not-strict A minor error will not stop the process. -odu,--output-data-uri defines the output data uri for the feedback data (default: console) -oo,--output-operation defines the data operations (replace, truncate) on an existing output resource before transfer. -oop,--output-transfer-operation defines the output transfer operation (insert, update, merge, copy). Default to `copy` for a file system and `insert` for a database. -pp,--passphrase A passphrase (master password) to decrypt the encrypted vault values (Env: TABUL_PASSPHRASE) --pipe-mode Use pipe mode if you want to pipe the output in a shell. Pipe mode will not print the headers (ie column name) and will not make the control character visible -v,--version Print version information