az-acr
Verified for current stable LTS
Az Acr Command: Delete Registry
Use for delete registry with Az Acr. Exact CLI syntax to delete registry using Az Acr.
When to use this: Use for delete registry with Az Acr.
Destructive Command Warning
Destructive operation. Confirm the target path and keep a backup before executing.
Command Syntax
az acr delete -n <registry_name> -g <resource_group> -y az acr delete -n <registry_name> -g <resource_group> -y Command Breakdown
-n- Command Option
- Tool-specific option used by this command invocation.
-g- Command Option
- Tool-specific option used by this command invocation.
-y- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to delete registry using Az Acr.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Az Acr Command: Push Image
docker push <registry_name>.azurecr.io/<image_name>:<tag> Az Acr Command: Create Registry az acr create -n <registry_name> -g <resource_group> --sku <sku> Az Acr Command: Login Registry az acr login -n <registry_name> Az Acr Command: Tag Image docker tag <image_name> <registry_name>.azurecr.io/<image_name>:<tag> Az Acr Command: Pull Image docker pull <registry_name>.azurecr.io/<image_name>:<tag>