Call this operation to stop a job instance.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Required | KillFlowJob |
The operation that you want to perform. For API requests using the HTTP or HTTPS URL, this parameter is required. Set the value to KillFlowJob. |
JobInstanceId | String | Required | FJI-9DDAAA3ADA5**** |
The ID of the job instance. |
ProjectId | String | Required | FP-3535FE0BE522**** |
The ID of the project. |
RegionId | String | Required | cn-hangzhou |
The ID of the region where the streaming domain resides. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Data | Boolean | true |
The result of the operation. |
RequestId | String | B46F8A2A-B46B-415C-8A9C-B01B99B775A2 |
The ID of the request |
Examples
Sample request
http(s)://[Endpoint]/? Action=KillFlowJob
&JobInstanceId=FJI-9DDAAA3ADA5F static website hosting *
&ProjectId=FP-3535FE0BE522****
&RegionId=cn-hangzhou
&<Common request parameters>
Sample success responses
XML
format
<RequestId>B46F8A2A-B46B-415C-8A9C-B01B99B775A2</RequestId>
<Data>true</Data>
JSON
format
{
"RequestId": "B46F8A2A-B46B-415C-8A9C-B01B99B775A2",
"Data": true
}
Error codes
For a list of error codes, visit the API Error Center.