Skip to main content
Update settings for a Namespace-managed Buildkite queue. Use nsc buildkite queues update to configure an egress policy or custom workload permissions for a queue. You can set individual options or provide all queue settings in a JSON file.

Usage

Options

—egress_policy <string>

Apply the workspace egress policy with this tag to jobs running for the queue.

—remove_egress_policy

Remove the workspace egress policy tag from the queue.

—reset

Reset all queue settings.

—reset_permissions

Remove custom workload permissions from the queue.

—spec_file <string>

Read the queue settings from the specified JSON file. When provided, the CLI ignores individual settings flags. For example, this spec applies an egress policy and grants a custom workload permission:

—workload_permissions <stringArray> (can be repeated)

Set a custom workload permission as JSON. Repeat this option to set multiple permissions.
See Permissions for available resource types and actions.
Last modified on September 17, 2026