Eyevinn Open Source Cloud MCP Server

Official

osc_remove_vod_pipeline

Remove a VOD pipeline in Eyevinn Open Source Cloud

Input Schema

NameRequiredDescriptionDefault
nameYesName of the pipeline

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Name of the pipeline", "type": "string" } }, "required": [ "name" ], "type": "object" }