Connectors
Restart Kafka Connector
This endpoint restarts an existing connector.
POST
/
v2
/
kafka
/
connector
/
{id}
/
restart
Authorization
Path
curl -X POST \
https://api.upstash.com/v2/kafka/connector/:id/restart \
-u 'EMAIL:API_KEY'
URL Parameters
id
string
requiredThe ID of the Kafka Connector to be restarted
Was this page helpful?
curl -X POST \
https://api.upstash.com/v2/kafka/connector/:id/restart \
-u 'EMAIL:API_KEY'