Skip to main content
PATCH
Update forwarding pipeline

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

Configuration for a forwarding pipeline. source references a TelemetryStream by slug; destination references a ForwardingEndpoint by slug. Set enabled: false to pause forwarding without deleting the pipeline.

source
object
destination
object

ForwardingEndpointRef uniquely identifies a forwarding endpoint within an organization.

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

enabled
boolean
zoneSlugs
string[]

zone_slugs restricts which zones this pipeline provisions connectors in. Empty means all zones with an active cluster registration for the organization. Set at creation and immutable thereafter — UpdatePipeline rejects any request whose zone_slugs differs from the stored value. To change zone placement, delete and recreate the pipeline.

Response

OK

pipeline
object
Last modified on September 6, 2026