action windows_job_schedule_terminate { label: "Terminates a job schedule." provider: windows method: POST path: "/jobschedules/{jobScheduleId}/terminate" encoding: json input: { type: "object" properties: { "If-Match": { type: "string" } "If-Modified-Since": { type: "string" } "If-None-Match": { type: "string" } "If-Unmodified-Since": { type: "string" } "api-version": { type: "string" } "client-request-id": { type: "string" } jobScheduleId: { type: "string" } "ocp-date": { type: "string" } "return-client-request-id": { type: "string" } timeout: { type: "string" } } required: ["api-version", "jobScheduleId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }