Sign in

Update site build hook

documented

Update a site build hook.

PUT /api/v1/site-build-hooks/{hook_id}Hooksno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

I wasn’t able to locate a real Netlify API endpoint for PUT /api/v1/site-build-hooks/{hook_id}. Netlify’s official API docs show you can list, create, or delete hooks at /api/v1/hooks and you can’t edit existing build hooks (no PUT for site-build-hooks). The API base is https://api.netlify.com/api/v1/, and build hooks are triggered by POSTs to their URLs rather than by updating them. Given that, the requested PUT endpoint doesn’t exist in the public API. See: Get started with the Netlify API (hooks endpoints exist; hooks aren’t editable), Build hooks guidance (editing isn’t supported). If you need an update, you must delete and recreate the hook. ([docs.netlify.com](https://docs.netlify.com/api/get-started/?utm_source=openai))
Update site build hook · netlify · OpenIntegrations