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. Use credentialAction to preserve, replace, or clear stored credentials. You can’t clear credentials for AWS S3 destinations.
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 afterward.
- Option 1
- Option 2
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.
CREDENTIAL_ACTION_PRESERVE, CREDENTIAL_ACTION_REPLACE, CREDENTIAL_ACTION_CLEAR s3 credentials for AWS S3 destinations.
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. Endpoints forward to HTTPS endpoints or AWS S3 destinations.