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

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'
"OK"