Stops a metadata migration task.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
dlf:StopMigrationWorkflow | *All Resource
| None | None |
Request syntax
PUT /webapi/migration/workflow/stop HTTP/1.1Request parameters
Parameter | Type | Required | Description | Example |
InstanceId | string | Yes | The ID of the migration task instance. | M-6DCF5D8EF92E2195 |
Response elements
Element | Type | Description | Example |
object | |||
Success | boolean | Indicates whether the request was successful. | true |
RequestId | string | The request ID. | B7F4B621-E41E-4C84-B97F-42B5380A32BB |
Examples
Success response
JSON format
{
"Success": true,
"RequestId": "B7F4B621-E41E-4C84-B97F-42B5380A32BB"
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.