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
getEndpoint
Read the endpoint's current status and branch on whether it is running or paused.
2
pauseEndpoint
pauseEndpoint
Pause the running endpoint to stop compute costs while preserving its configuration.
3
resumeEndpoint
resumeEndpoint
Resume the previously paused endpoint so it can serve inference requests again.