Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
az ml computetarget
Note
This reference is part of the azure-cli-ml extension for the Azure CLI (version 2.0.28 or higher). The extension will automatically install the first time you run an az ml computetarget command. Learn more about extensions.
Computetarget subgroup commands.
Commands
| Name | Description | Type | Status |
|---|---|---|---|
| az ml computetarget amlcompute |
AzureML compute commands. |
Extension | GA |
| az ml computetarget amlcompute identity |
AzureML compute target identity commands. |
Extension | GA |
| az ml computetarget amlcompute identity assign |
Assign identity to an AzureML compute target. |
Extension | GA |
| az ml computetarget amlcompute identity remove |
Remove identity from an AzureML compute target. |
Extension | GA |
| az ml computetarget amlcompute identity show |
Display identities of an AzureML compute target. |
Extension | GA |
| az ml computetarget attach |
Attach subgroup commands. |
Extension | GA |
| az ml computetarget attach aks |
Attach an AKS cluster to the workspace. |
Extension | GA |
| az ml computetarget attach kubernetes |
Attach a KubernetesCompute as a compute target to the workspace. |
Extension | GA |
| az ml computetarget attach remote |
Attach a remote machine without Docker as a compute target to the workspace. |
Extension | GA |
| az ml computetarget computeinstance |
AzureML compute instance commands. |
Extension | GA |
| az ml computetarget computeinstance restart |
Restart a compute instance. |
Extension | GA |
| az ml computetarget computeinstance start |
Start a compute instance. |
Extension | GA |
| az ml computetarget computeinstance stop |
Stop a compute instance. |
Extension | GA |
| az ml computetarget create |
Create a compute target (aks or amlcompute or computeinstance). |
Extension | GA |
| az ml computetarget create aks |
Create an AKS compute target. |
Extension | GA |
| az ml computetarget create amlcompute |
Create an AzureML compute target. |
Extension | GA |
| az ml computetarget create computeinstance |
Create an AzureML compute instance target. |
Extension | GA |
| az ml computetarget create datafactory |
Create a data factory compute target. |
Extension | GA |
| az ml computetarget delete |
Delete a compute target (aks or amlcompute or computeinstance). |
Extension | GA |
| az ml computetarget detach |
Detach a compute target (aks or remote) from a workspace. |
Extension | GA |
| az ml computetarget get-credentials |
Get credentials for a compute target (aks or remote). |
Extension | GA |
| az ml computetarget list |
List all the compute targets attached to a workspace. |
Extension | GA |
| az ml computetarget show |
Show details of a specific compute target. |
Extension | GA |
| az ml computetarget update |
Update a compute target (aks or amlcompute). |
Extension | GA |
| az ml computetarget update aks |
Update an AKS compute target. |
Extension | GA |
| az ml computetarget update amlcompute |
Update an AzureML compute target. |
Extension | GA |
az ml computetarget delete
Delete a compute target (aks or amlcompute or computeinstance).
az ml computetarget delete --name
[--acquire-policy-token]
[--change-reference]
[--path]
[--resource-group]
[--subscription-id]
[--workspace-name]
[]
Required Parameters
Name of compute target to delete.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
Path to a project folder. Default: current directory.
Resource group corresponding to the provided workspace.
Specifies the subscription Id.
Name of the workspace containing the environment to delete.
Verbosity flag.
az ml computetarget detach
Detach a compute target (aks or remote) from a workspace.
az ml computetarget detach --name
[--acquire-policy-token]
[--change-reference]
[--path]
[--resource-group]
[--subscription-id]
[--workspace-name]
[]
Required Parameters
Name of compute target to detach.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
Path to a project folder. Default: current directory.
Resource group corresponding to the provided workspace.
Specifies the subscription Id.
Name of the workspace containing the environment to detach.
Verbosity flag.
az ml computetarget get-credentials
Get credentials for a compute target (aks or remote).
az ml computetarget get-credentials --name
[--acquire-policy-token]
[--change-reference]
[--path]
[--resource-group]
[--subscription-id]
[--workspace-name]
[]
Required Parameters
Name of compute target to retrieve keys for.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
Path to a project folder. Default: current directory.
Resource group corresponding to the provided workspace.
Specifies the subscription Id.
Name of the workspace containing the compute target to get credentials for.
Verbosity flag.
az ml computetarget list
List all the compute targets attached to a workspace.
az ml computetarget list [--path]
[--resource-group]
[--subscription-id]
[--workspace-name]
[]
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Path to a project folder. Default: current directory.
Resource group corresponding to the provided workspace.
Specifies the subscription Id.
Name of the workspace containing the compute target to show.
Verbosity flag.
| Property | Value |
|---|---|
| Default value: | False |
az ml computetarget show
Show details of a specific compute target.
az ml computetarget show --name
[--path]
[--resource-group]
[--subscription-id]
[--workspace-name]
[]
Required Parameters
Name of compute target to show.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Path to a project folder. Default: current directory.
Resource group corresponding to the provided workspace.
Specifies the subscription Id.
Name of the workspace containing the compute target to show.
Verbosity flag.
| Property | Value |
|---|---|
| Default value: | False |
Feedback
Was this page helpful?
