Proxy Commands

View as Markdown

Manage proxies and browse managed proxy pools.

Output formatting flags (--json, --jq, and --template) are documented once in Output Formatting and are omitted from the tables below.

bctrl proxy list

List proxies

$bctrl proxy list [flags]
FlagDescription
-L, --limit <number>Maximum number of results to return
--cursor <cursor>Pagination cursor

bctrl proxy get

Get a proxy

$bctrl proxy get <proxyId>

bctrl proxy create

Create a proxy

$bctrl proxy create

bctrl proxy patch

Update a proxy

$bctrl proxy patch <proxyId>

bctrl proxy test

Test a proxy

$bctrl proxy test <proxyId>

bctrl proxy delete

Delete a proxy

$bctrl proxy delete <proxyId> [flags]
FlagDescription
-y, --yesConfirm deletion

bctrl proxy pool list

List proxy pools

$bctrl proxy pool list [flags]
FlagDescription
-L, --limit <number>Maximum number of results to return
--cursor <cursor>Pagination cursor
--country <country>Filter by ISO country code
--category <category>Filter by category
--available <boolean>Filter by availability

bctrl proxy pool get

Get a proxy pool

$bctrl proxy pool get <poolId>