Skip to main content
Glama

liara_delete_network

Remove a network from the Liara cloud platform by specifying its network ID to manage infrastructure resources.

Instructions

Delete a network

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
networkIdYesThe network ID to delete

Implementation Reference

  • The handler function that implements the core logic for the 'liara_delete_network' tool. It validates the network ID and sends a DELETE request to the Liara API to delete the network.
     * Delete a network
     */
    export async function deleteNetwork(
        client: LiaraClient,
        networkId: string
    ): Promise<void> {
        validateRequired(networkId, 'Network ID');
        await client.delete(`/v1/networks/${networkId}`);
    }
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