Skip to content

cloud test

dbeaver-devops edited this page Jun 3, 2026 · 2 revisions

Note: This feature is not available in dbvr Community.

Table of contents

cloud test - test connectivity to a configured cloud.

Synopsis

dbvr cloud test [-hV] <cloudId>

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

Description

Test whether dbvr can connect to the specified cloud configuration.

Use this command to verify that your cloud configuration is correct before running commands that use cloud providers.

Required argument

<cloudId>

The ID of the cloud configuration to test. Use cloud list to see available configurations.

Example

Test connectivity to the Azure cloud configuration:

dbvr cloud test azure

Sample output on success:

Connecting to Azure
Acquire Azure profile
	Retrieve information about subscriptions
Connecting to Azure
Ok

Tip: For information on how to create and configure cloud JSON files, see Configure cloud providers.

Clone this wiki locally