Skip to main content
Glama

liara_delete_database

Remove a database from the Liara cloud platform by specifying its name to manage infrastructure and free up resources.

Instructions

Delete a database

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe name of the database to delete

Implementation Reference

  • The deleteDatabase function is the core handler that executes the Liara API DELETE request to remove a specified database. This is the exact implementation of the tool logic for liara_delete_database.
    /**
     * Delete a database
     */
    export async function deleteDatabase(
        client: LiaraClient,
        name: string
    ): Promise<void> {
        validateRequired(name, 'Database name');
        await client.delete(`/v1/databases/${name}`);
    }
Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/razavioo/liara-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server