Skip to content

project delete

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.

Info

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