Stops a dataset Job.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
paidataset:StopDatasetJob |
none |
*All Resource
|
None | None |
Request syntax
PUT /api/v1/datasets/{DatasetId}/datasetjobs/{DatasetJobId}/action/stop HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DatasetId |
string |
Yes |
The dataset ID. For more information about how to obtain a dataset ID, see ListDatasets. |
d-rbvg5*****jhc9ks92 |
| DatasetJobId |
string |
Yes |
The dataset job ID. |
dsjob-9jx1*****uj9e |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
The request struct. |
|
| DatasetVersion |
string |
No |
The name of the dataset version. |
v1 |
| WorkspaceId |
string |
No |
The workspace ID. For more information about how to obtain a workspace ID, see ListWorkspaces. |
478** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response struct. |
||
| RequestId |
string |
The request ID. |
F620FFD3-FFDC-5873-A70C-6971CC45F467 |
Examples
Success response
JSON format
{
"RequestId": "F620FFD3-FFDC-5873-A70C-6971CC45F467"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.