BladePipe 1.6.0 supports Snowflake, Hologres and CloudBerry.
Skip to main content

Delete Worker

Interface Overview

Delete a specified worker node.

Interface Address

/cloudcanal/console/api/v1/openapi/worker/deleteWorker

Request Manner

POST

Request Parameters

ParameterNameParameter DescriptionRequestTypeWhether RequiredDataType
workerIdWorker node IDbodyTruelong

Public Response Results

ParameterNameParameter DescriptionType(Java)NotNull
code1: Success, 0: FailurestringTrue
dataobjectFalse
msgstringFalse
requestIdstringTrue

Response Example

{
"requestId": "ebd0b7dc-54ed-11ed-b820-5bd47d77dc8c",
"code": "1",
"msg": "request success",
"data": null
}

Notes

  • Ensure no running tasks exist on the node before deleting it.
  • Deletion is irreversible — proceed with caution.
  • If tasks are still mounted on the node, the deletion operation may fail.