---
title: pydo.vector_databases
description: |
    Vector DB provides APIs for provisioning and managing vector database instances on DigitalOcean.
product: Reference
url: https://docs.digitalocean.com/reference/pydo/reference/vector_databases/
last_updated: "2026-08-03"
---

> **For AI agents:** The documentation index is at [https://docs.digitalocean.com/llms.txt](https://docs.digitalocean.com/llms.txt). Markdown versions of pages use the same URL with `index.html.md` in place of the HTML page (for example, append `index.html.md` to the directory path instead of opening the HTML document).

# pydo.vector_databases

Generated on 3 Aug 2026 from `pydo` version [`v0.40.0`](https://github.com/digitalocean/pydo/releases/tag/v0.40.0v0.40.0)

Vector DB provides APIs for provisioning and managing vector database instances on DigitalOcean.

By sending requests to the [`/v2/vector-databases`](https://docs.digitalocean.com/reference/api/reference/vector-databases/index.html.md) endpoint, you can list, create, update, resize, and delete vector database instances, manage tags, retrieve admin credentials, and work with backups and restores.

[pydo.vector_databases.create()](https://docs.digitalocean.com/reference/pydo/reference/vector_databases/create/index.html.md): Create a New Vector Database

[pydo.vector_databases.delete()](https://docs.digitalocean.com/reference/pydo/reference/vector_databases/delete/index.html.md): Delete a Vector Database

[pydo.vector_databases.get_credentials()](https://docs.digitalocean.com/reference/pydo/reference/vector_databases/get_credentials/index.html.md): Retrieve Admin Credentials for a Vector Database

[pydo.vector_databases.get_restore_status()](https://docs.digitalocean.com/reference/pydo/reference/vector_databases/get_restore_status/index.html.md): Retrieve the Status of a Restore

[pydo.vector_databases.get()](https://docs.digitalocean.com/reference/pydo/reference/vector_databases/get/index.html.md): Retrieve an Existing Vector Database

[pydo.vector_databases.list_backups()](https://docs.digitalocean.com/reference/pydo/reference/vector_databases/list_backups/index.html.md): List Backups for a Vector Database

[pydo.vector_databases.list()](https://docs.digitalocean.com/reference/pydo/reference/vector_databases/list/index.html.md): List All Vector Databases

[pydo.vector_databases.post_resize()](https://docs.digitalocean.com/reference/pydo/reference/vector_databases/post_resize/index.html.md): Resize a Vector Database

[pydo.vector_databases.post_restore_backup()](https://docs.digitalocean.com/reference/pydo/reference/vector_databases/post_restore_backup/index.html.md): Restore a Vector Database from a Backup

[pydo.vector_databases.update_tags()](https://docs.digitalocean.com/reference/pydo/reference/vector_databases/update_tags/index.html.md): Update Tags on a Vector Database

[pydo.vector_databases.update()](https://docs.digitalocean.com/reference/pydo/reference/vector_databases/update/index.html.md): Update a Vector Database