Remove an explicit link, or an exclude, between a Workspace-scoped environment variable and a Deployment. Identify the variable with either --variable-key or --variable-id.
# Remove a link between a Workspace variable and a Deploymentastro env variable link delete --variable-key DATABASE_URL --workspace-id <workspace-id> --deployment-id <deployment-id># Remove an exclude so the auto-linked variable applies to the Deployment againastro env variable link delete --variable-key LOG_LEVEL --workspace-id <workspace-id> --deployment-id <deployment-id> --exclude