> ## Documentation Index
> Fetch the complete documentation index at: https://plain-docs-orca-916-agent-docs-restructure.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Update a webhook target

> Change a target's URL, pause it, or move it to a newer schema version.

Update an existing webhook target. For example to change the URL, pause deliveries by setting `isEnabled` to false, change which events are delivered, or move to a newer schema version.

<Snippet file="graphql/sdk-note.mdx" />

Field-level wrapper inputs apply for scalar fields. Pass `{ "value": ... }` for the fields you want to change. `eventSubscriptions` is the exception: it's a full replacement of the previous list, so include every event type the target should subscribe to.

<Snippet file="graphql/update-webhook-target.mdx" />
