Skip to main content
Glama

DataWorks MCP Server

by aliyun

CreateDeployment

Initiate deployment processes on Alibaba Cloud DataWorks to manage entity releases or retirements. Specify entity IDs, project details, and deployment type (online/offline) for streamlined resource management.

Instructions

创建发布流程

Input Schema

NameRequiredDescriptionDefault
DescriptionNo对于发布流程的描述信息
ObjectIdsYes本次发布流程希望发布的实体Id列表。><notice>目前只支持对于单个实体及其子实体的发布,因此只有该array的第一个实体及其子实体会被发布成功。请确保该array的长度为1,超出1的部分会被忽略。></notice>
ProjectIdNoDataWorks工作空间的ID
TypeYes表示发布流程是上线还是下线- Online:上线- Offline:下线

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "Description": { "description": "对于发布流程的描述信息", "type": "string" }, "ObjectIds": { "description": "本次发布流程希望发布的实体Id列表。><notice>目前只支持对于单个实体及其子实体的发布,因此只有该array的第一个实体及其子实体会被发布成功。请确保该array的长度为1,超出1的部分会被忽略。></notice>", "items": { "type": "string" }, "type": "array" }, "ProjectId": { "description": "DataWorks工作空间的ID" }, "Type": { "description": "表示发布流程是上线还是下线- Online:上线- Offline:下线", "type": "string" } }, "required": [ "Type", "ObjectIds" ], "type": "object" }

You must be authenticated.

Other Tools from DataWorks MCP Server

Related Tools

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/aliyun/alibabacloud-dataworks-mcp-server'

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