You can now disable a live input to reject incoming RTMPS and SRT connections. When a live input is disabled, any broadcast attempts will fail to connect.
This gives you more control over your live inputs:
- Temporarily pause an input without deleting it
- Programmatically end creator broadcasts
- Prevent new broadcasts from starting on a specific input
To disable a live input via the API, set the enabled property to false:
curl --request PUT \https://api.cloudflare.com/client/v4/accounts/{account_id}/stream/live_inputs/{input_id} \--header "Authorization: Bearer <API_TOKEN>" \--data '{"enabled": false}'You can also disable or enable a live input from the Live inputs list page or the live input detail page in the Dashboard.
All existing live inputs remain enabled by default. For more information, refer to Start a live stream.
Source: Cloudflare
Latest Posts
- Microsoft named a Leader in the 2026 Gartner® Magic Quadrant™ for Analytics and Business Intelligence Platforms

- Workers – Simpler runtime types with @cloudflare/workers-types v5

- MC1413302: Viva Engage Adds Discussion Post Previews for Content Validation Before Publishing

- MC1413298: Microsoft Copilot Studio and Agent Roadmap Moves from Release Planner to Microsoft 365 Roadmap






