az ml computetarget update
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 update command. Learn more about extensions.
Update a compute target (aks or amlcompute).
Commands
Name | Description | Type | Status |
---|---|---|---|
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 update aks
Update an AKS compute target.
az ml computetarget update aks --name
[--load-balancer-subnet]
[--load-balancer-type]
[--no-wait]
[--path]
[--resource-group]
[--ssl-cert-file]
[--ssl-cname]
[--ssl-disable]
[--ssl-key-file]
[--ssl-leaf-domain-label]
[--ssl-overwrite-domain]
[--ssl-renew]
[--subscription-id]
[--workspace-name]
[]
Required Parameters
Name of compute target to update.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
You can specify subnet for the AKS cluster when Internal Load Balancer is used as load balancer type. Default is "aks-subnet".
You can create an AKS cluster with either Public IP or Internal Load Balancer. Accepted values are "PublicIp" and "InternalLoadBalancer". Default is "PublicIp".
Flag to not wait for asynchronous calls.
Path to a project folder. Default: current directory.
Resource group corresponding to the provided workspace.
Cert pem file to use for SSL validation. If provided, must also provide cname and key pem file.
Cname to use for SSL validation. If provided, must also provide cert and key pem files.
Disable SSL validation.
Key pem file to use for SSL validation. If provided, must also provide cname and cert pem file.
Leaf domain label to use for the auto generated certificate.
When set overwrites the existing leaf domain label.
Refreshes the auto generated certificate. If provided, the existing SSL configuration must be auto.
Specifies the subscription Id.
Name of the workspace to create this compute target under.
Verbosity flag.
Property | Value |
---|---|
Default value: | False |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az ml computetarget update amlcompute
Update an AzureML compute target.
az ml computetarget update amlcompute --name
[--idle-seconds-before-scaledown]
[--max-nodes]
[--min-nodes]
[--path]
[--resource-group]
[--subscription-id]
[--workspace-name]
[]
Required Parameters
Name of compute target to provision.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Node idle time in seconds before scaling down the cluster.
Maximum number of nodes to use.
Minimum number of nodes to use.
Path to a project folder. Default: current directory.
Resource group corresponding to the provided workspace.
Specifies the subscription Id.
Name of the workspace to create this compute target under.
Verbosity flag.
Property | Value |
---|---|
Default value: | False |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |