v2

latestSwagger 2.0raw.githubusercontent.com2019-10-0841927.1 KB
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.

runIdstring required

The identifier for a run.

Example response

{
  "runId": "myexperiment_155000000001_0"
}