az quantum target
Note
This reference is part of the quantum extension for the Azure CLI (version 2.41.0 or higher). The extension will automatically install the first time you run an az quantum target command. Learn more about extensions.
Command group 'quantum' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage targets for Azure Quantum workspaces.
Commands
Name | Description | Type | Status |
---|---|---|---|
az quantum target clear |
Clear the default target-id. |
Extension | Preview |
az quantum target list |
Get the list of providers and their targets in an Azure Quantum workspace. |
Extension | Preview |
az quantum target set |
Select the default target to use when submitting jobs to Azure Quantum. |
Extension | Preview |
az quantum target show |
Get the Target ID of the current default target to use when submitting jobs to Azure Quantum. |
Extension | Preview |
az quantum target clear
Command group 'quantum' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Clear the default target-id.
az quantum target clear
Examples
Clear the default target-id.
az quantum target clear
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
az quantum target list
Command group 'quantum' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get the list of providers and their targets in an Azure Quantum workspace.
az quantum target list --location
--resource-group
--workspace-name
Examples
Get the list of targets available in a Azure Quantum workspaces
az quantum target list -g MyResourceGroup -w MyWorkspace -l MyLocation
Required Parameters
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Quantum Workspace. You can configure the default workspace using az quantum workspace set
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
az quantum target set
Command group 'quantum' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Select the default target to use when submitting jobs to Azure Quantum.
az quantum target set --target-id
Examples
Select a default when submitting jobs to Azure Quantum.
az quantum target set -t target-id
Required Parameters
Execution engine for quantum computing jobs. When a workspace is configured with a set of providers, they each enable one or more targets. You can configure the default target using az quantum target set
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
az quantum target show
Command group 'quantum' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get the Target ID of the current default target to use when submitting jobs to Azure Quantum.
az quantum target show [--target-id]
Examples
Show the currently selected default target
az quantum target show
Optional Parameters
Execution engine for quantum computing jobs. When a workspace is configured with a set of providers, they each enable one or more targets. You can configure the default target using az quantum target set
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.