Execution
Cancel a run.
Cancels a run within an experiment.
post/execution/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/experiments/{experimentName}/runId/{runId}/cancel
Path parameters
subscriptionIdstring uuid required
The Azure Subscription ID.
resourceGroupNamestring required
The Name of the resource group in which the workspace is located.
workspaceNamestring required
The name of the workspace.
experimentNamestring required
The experiment name.
runIdstring required
The id of the run to cancel.
Response
The run was successfully cancelled.
Example response
{
"runId": "myexperiment_155000000001_0"
}