Hugging Face · Arazzo Workflow
Hugging Face Toggle Inference Endpoint State
Version 1.0.0
Read an endpoint's current state, then pause it if running or resume it if paused.
Provider
Workflows
toggle-endpoint-state
Pause a running endpoint or resume a paused one based on its current state.
Reads the current endpoint state and either pauses a running endpoint or resumes a paused endpoint.
1
readState
Read the endpoint's current status and branch on whether it is running or paused.
2
pauseEndpoint
Pause the running endpoint to stop compute costs while preserving its configuration.
3
resumeEndpoint
Resume the previously paused endpoint so it can serve inference requests again.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.