Add Database to Workspace
DBs
Add Database to Workspace
Adds a database to an workspace by its ID.
POST
Add Database to Workspace
Documentation Index
Fetch the complete documentation index at: https://docs.vertracloud.app/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the workspace to add the database to.
The ID of the database to add to the workspace.
Response
Error Responses
The error code indicating the reason for failure. Possible values:
FORBIDDEN: The user is not authenticated or lacks sufficient permissions (requiresowneroradminrole).DATABASE_NOT_FOUND: The specified database does not exist or the user is not the owner.
A descriptive message providing additional details about the error.