curl --request POST \
--url https://api.streamkap.com/sources/{source_id}/reset \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Reset a source connector by stopping it, deleting offsets, and resuming it. This will treat the connector as brand new and perform an initial snapshot.
curl --request POST \
--url https://api.streamkap.com/sources/{source_id}/reset \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?