action wowza_stop_transcoder { label: "Stop a transcoder" description: "This operation stops a transcoder." provider: wowza method: PUT path: "/transcoders/{id}/stop" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }