POST
/
v2
/
kafka
/
connector
/
{id}
/
start
curl -X POST \
  https://api.upstash.com/v2/kafka/connector/:id/start \
  -u 'EMAIL:API_KEY'

URL Parameters

id
string
required

The ID of the Kafka Connector to be started

curl -X POST \
  https://api.upstash.com/v2/kafka/connector/:id/start \
  -u 'EMAIL:API_KEY'
json 200 OK "OK"