pydo.databases.destroy_cluster()
Generated on 8 May 2026
from pydo version
v0.34.0
Usage
client.databases.destroy_cluster(
database_cluster_uuid="9cc10173-e9ea-4176-9dbc-a4cee4c4ff30",
)Description
To destroy a specific database, send a DELETE request to /v2/databases/{database_cluster_uuid}.
A status of 204 will be given. This indicates that the request was processed successfully, but that no response body is needed.
Parameters
database_cluster_uuidstring requiredA unique identifier for a database cluster.
Request Sample
More Information
See /v2/databases/{database_cluster_uuid} in the API reference for additional detail on responses, headers, parameters, and more.