Skip to main content
Glama

ServiceNow MCP Server

deactivate_workflow

Disable a specific workflow in ServiceNow by providing its ID, ensuring it no longer executes automated processes within the platform.

Instructions

Deactivate a workflow in ServiceNow

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$defs": { "DeactivateWorkflowParams": { "description": "Parameters for deactivating a workflow.", "properties": { "workflow_id": { "description": "Workflow ID or sys_id", "title": "Workflow Id", "type": "string" } }, "required": [ "workflow_id" ], "title": "DeactivateWorkflowParams", "type": "object" } }, "properties": { "params": { "$ref": "#/$defs/DeactivateWorkflowParams" } }, "required": [ "params" ], "title": "deactivate_workflowArguments", "type": "object" }

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/echelon-ai-labs/servicenow-mcp'

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