Skip to content

project delete

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

Table of contents

Synopsis

dbvr project delete [-hV] <projectId>

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

Description

Delete a project from the current workspace.

Important: All datasources stored in this project are removed together with the project.

Required option

<projectId>

Project ID or project name.

Use project list to see available project names and IDs.

Examples

Delete a project by name:

dbvr project delete Analytics

Delete a project from a specific workspace:

dbvr -data=/path/to/workspace project delete Analytics

Clone this wiki locally