#Serverless Deployment Webhooks

5 messages · Page 1 of 1 (latest)

exotic mantle
#

Hi team — quick question about Serverless on RunPod:

Does RunPod provide any kind of deployment webhook for Serverless endpoints?
Specifically, I’m looking for a webhook (or similar mechanism) that triggers when:

an endpoint build completes successfully
an endpoint build or deploy fails

Use case:
I want to integrate deployment status into our CI/CD pipeline (e.g., trigger notifications, update system state, or run post-deploy jobs).

If this isn’t currently supported:

Are there recommended workarounds? (polling API, logs, etc.)
Any roadmap plans for webhook/event-based deployment notifications?

Appreciate any guidance or docs if available 🙏

marble mauve
#

Yeah not yet for builds, can you put this into #1185337232517759028

marble mauve
#

I think there's no easy way, it's just re polling an endpoint then getting each workers id as pod then getting the container id

exotic mantle
#

cc: @dusk depot

dusk depot
#

Thanks @exotic mantle !