az batchai

This command group has been deprecated and will be removed in a future release.

Manage Batch AI resources.

Commands

Name Description Type Status
az batchai cluster

Commands to manage clusters.

Core Deprecated
az batchai cluster auto-scale

Set auto-scale parameters for a cluster.

Core Deprecated
az batchai cluster create

Create a cluster.

Core Deprecated
az batchai cluster delete

Delete a cluster.

Core Deprecated
az batchai cluster file

Commands to work with files generated by node setup task.

Core Deprecated
az batchai cluster file list

List files generated by the cluster's node setup task.

Core Deprecated
az batchai cluster list

List clusters.

Core Deprecated
az batchai cluster node

Commands to work with cluster nodes.

Core Deprecated
az batchai cluster node exec

Executes a command line on a cluster's node with optional ports forwarding.

Core Deprecated
az batchai cluster node list

List remote login information for cluster's nodes.

Core Deprecated
az batchai cluster resize

Resize a cluster.

Core Deprecated
az batchai cluster show

Show information about a cluster.

Core Deprecated
az batchai experiment

Commands to manage experiments.

Core Deprecated
az batchai experiment create

Create an experiment.

Core Deprecated
az batchai experiment delete

Delete an experiment.

Core Deprecated
az batchai experiment list

List experiments.

Core Deprecated
az batchai experiment show

Show information about an experiment.

Core Deprecated
az batchai file-server

Commands to manage file servers.

Core Deprecated
az batchai file-server create

Create a file server.

Core Deprecated
az batchai file-server list

List file servers.

Core Deprecated
az batchai job

Commands to manage jobs.

Core Deprecated
az batchai job create

Create a job.

Core Deprecated
az batchai job delete

Delete a job.

Core Deprecated
az batchai job file

Commands to list and stream files in job's output directories.

Core Deprecated
az batchai job file list

List job's output files in a directory with given id.

Core Deprecated
az batchai job file stream

Stream the content of a file (similar to 'tail -f').

Core Deprecated
az batchai job list

List jobs.

Core Deprecated
az batchai job node

Commands to work with nodes which executed a job.

Core Deprecated
az batchai job node exec

Executes a command line on a cluster's node used to execute the job with optional ports forwarding.

Core Deprecated
az batchai job node list

List remote login information for nodes which executed the job.

Core Deprecated
az batchai job show

Show information about a job.

Core Deprecated
az batchai job terminate

Terminate a job.

Core Deprecated
az batchai job wait

Waits for specified job completion and setups the exit code to the job's exit code.

Core Deprecated
az batchai list-usages

Gets the current usage information as well as limits for Batch AI resources for given location.

Core Deprecated
az batchai workspace

Commands to manage workspaces.

Core Deprecated
az batchai workspace create

Create a workspace.

Core Deprecated
az batchai workspace delete

Delete a workspace.

Core Deprecated
az batchai workspace list

List workspaces.

Core Deprecated
az batchai workspace show

Show information about a workspace.

Core Deprecated

az batchai list-usages

Deprecated

This command is implicitly deprecated because command group 'batchai' is deprecated and will be removed in a future release.

Gets the current usage information as well as limits for Batch AI resources for given location.

az batchai list-usages --location

Examples

Get information for eastus location.

az batchai list-usages -l eastus -o table

Gets the current usage information as well as limits for Batch AI resources for given location. (autogenerated)

az batchai list-usages --location eastus --subscription MySubscription

Required Parameters

--location -l

Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.