deactivate_schedule
Deactivate a specific schedule by its unique ID using the AYX-MCP-Wrapper server, enabling efficient management of automated workflows and tasks.
Instructions
Deactivate a schedule by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
schedule_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"schedule_id": {
"title": "Schedule Id",
"type": "string"
}
},
"required": [
"schedule_id"
],
"title": "deactivate_scheduleArguments",
"type": "object"
}