Skip to main content
PATCH
Update forwarding endpoint

Authorizations

Authorization
string
header
default:Bearer [CW-API-TOKEN]
required

CoreWeave API access token sent as a bearer token.

Path Parameters

ref.slug
string
required

Body

application/json
ref
object
required

ForwardingEndpointRef uniquely identifies a forwarding endpoint within an organization.

Endpoints are referenced by a human-readable slug that must be unique per organization.

spec
object
required

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.

credentialAction
enum<string>

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.

Available options:
CREDENTIAL_ACTION_PRESERVE,
CREDENTIAL_ACTION_REPLACE,
CREDENTIAL_ACTION_CLEAR
https
object

https credentials for HTTPS endpoints with basic auth.

Response

OK

endpoint
object

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.

Last modified on July 16, 2026