Skip to main content
POST
/
cluster
/
scale
/
{operation_id}
/
cancel
Cancel Scale Operation
curl --request POST \
  --url https://api.streamkap.com/cluster/scale/{operation_id}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "operation_id": "<string>",
  "status": "pending",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

operation_id
string
required

Response

Successful Response

operation_id
string
required
status
enum<string>
required
Available options:
pending,
in_progress,
completed,
failed,
cancelled
message
string | null