import osfrom datagrid_ai import Datagridclient = Datagrid( api_key=os.environ.get("DATAGRID_API_KEY"), # This is the default and can be omitted)client.organization.mcp_servers.delete( "server_id",)
import osfrom datagrid_ai import Datagridclient = Datagrid( api_key=os.environ.get("DATAGRID_API_KEY"), # This is the default and can be omitted)client.organization.mcp_servers.delete( "server_id",)
Deletes a registered MCP server from the teamspace.Use this when decommissioning a server or replacing it with a new registration.If this server is attached to agents, remove/replace those mappings as part of cleanup.