Skip to content

deployment_ping

fastagency.studio.app.deployment_ping async #

deployment_ping() -> dict[str, str]
Source code in fastagency/studio/app.py
@app.get("/deployment/{deployment_uuid}/ping")
async def deployment_ping() -> dict[str, str]:
    return {
        "status": "ok",
    }