Skip to content

datasource delete

dbeaver-devops edited this page Jun 2, 2026 · 1 revision

Table of contents

Synopsis

dbvr datasource delete [-hV] [--project=<projectIdOrName>] <datasourceIdOrName>

Tip: You can also use global options with this command.

Description

Remove the connection configuration stored in data-sources.json.

Required argument

<datasourceIdOrName>

Specify the datasource ID or name. The value must match an existing datasource in the active workspace.

Tip: Run datasource list to see available datasources. You can use either the value from the ID column or the NAME column.

Options

--project

--project=<projectIdOrName>

Delete the datasource from the specified project. Use this option if multiple projects exist and the datasource name is not unique across them.

Tip: Run project list to see available projects.

Clone this wiki locally