Skip to main content
Use approval when an account should be allowed to deploy workloads to a subnet. The subnet’s region must also be enabled for the account before new workloads can be created there.
idyl region enable <region>

Approve a subnet

idyl subnet approve <subnet>
After approval, deploy to the subnet:
idyl deploy nginx:1.25 --name web --subnet <subnet>

Remove approval

idyl subnet unapprove <subnet>
For non-interactive removal:
idyl subnet unapprove <subnet> --yes
Deploy approval and subnet admission are separate controls. Use admission grants when you need to control which developer accounts or provider capacity can use a subnet:
idyl subnet admission get --subnet <subnet>