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 afterward.

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, but it isn't supported for AWS S3 destinations.

Available options:
CREDENTIAL_ACTION_PRESERVE,
CREDENTIAL_ACTION_REPLACE,
CREDENTIAL_ACTION_CLEAR
s3
object

s3 credentials for AWS S3 destinations.

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. Endpoints forward to HTTPS endpoints or AWS S3 destinations.

Last modified on July 28, 2026