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.
Controls how the endpoint's stored credentials are handled during the update. CREDENTIAL_ACTION_PRESERVE keeps the existing credentials unchanged. CREDENTIAL_ACTION_REPLACE replaces them with the credentials supplied in this request; credentials must be provided when this action is used. CREDENTIAL_ACTION_CLEAR removes the stored credentials.
CREDENTIAL_ACTION_PRESERVE, CREDENTIAL_ACTION_REPLACE, CREDENTIAL_ACTION_CLEAR 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.