Skip to main content
POST
/
api
/
v1
/
beam
/
{config_id}
/
teardown
Teardown pipeline
curl --request POST \
  --url https://api.example.com/api/v1/beam/{config_id}/teardown
POST /api/v1/beam/{config_id}/teardown
Removes the deployed infrastructure (workers, Kafka topics, subscriptions). The pipeline config is preserved — you can redeploy later. Use delete instead if you want to remove the config entirely. Path parameters:
ParameterDescription
config_idPipeline configuration ID
curl -X POST https://api.allium.so/api/v1/beam/${CONFIG_ID}/teardown \
  -H "X-API-Key: ${ALLIUM_API_KEY}"
Response:
{ "message": "Pipeline abc123 successfully torn down" }