To delete a specific database, send a DELETE request to/v2/databases/$DATABASE_ID/dbs/$DB_NAME.A status of 204 will be given. This indicates that the request was processedsuccessfully, but that no response body is needed.Note: Database management is not supported for Caching or Valkey clusters.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To show information about an existing database cluster, send a GET request to/v2/databases/$DATABASE_ID/dbs/$DB_NAME.Note: Database management is not supported for Caching or Valkey clusters.The response will be a JSON object with a db key. This will be set to an objectcontaining the standard database attributes.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To delete a specific database, send a DELETE request to/v2/databases/$DATABASE_ID/dbs/$DB_NAME.A status of 204 will be given. This indicates that the request was processedsuccessfully, but that no response body is needed.Note: Database management is not supported for Caching or Valkey clusters.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To show information about an existing database cluster, send a GET request to/v2/databases/$DATABASE_ID/dbs/$DB_NAME.Note: Database management is not supported for Caching or Valkey clusters.The response will be a JSON object with a db key. This will be set to an objectcontaining the standard database attributes.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/databases/{database_cluster_uuid}/dbs/{database_name}