Update forwarding endpoint
Updates a forwarding endpoint identified by ref.slug. The request body must include the full spec. The endpoint’s protocol type cannot change after creation. Credentials are optional on update. If omitted, existing credentials are preserved; if provided, the credential type must match the endpoint’s protocol.
Authorizations
CoreWeave API access token sent as a bearer token.
Path Parameters
Body
ForwardingEndpointRef uniquely identifies a forwarding endpoint within an organization.
Endpoints are referenced by a human-readable slug that must be unique per organization.
Configuration for a forwarding endpoint. Includes a human-readable displayName and exactly one protocol-specific config. The protocol type is fixed at creation time and cannot be changed afterwards.
https credentials for HTTPS endpoints with basic auth.
Response
OK
ForwardingEndpoint represents a destination where telemetry data can be forwarded. Endpoints are organization-scoped and identified by a unique slug. Self-service endpoints forward over HTTPS.