Deployment
Last updated
Canister supports deployment URL calls, helping administrators manage installations at scale.
Canister responds to URLs beginning with canister://. These can be triggered from a browser, a shell, an MDM, or a script.
Using a browser
Paste the URL call below into a web browser, press Enter, and Canister will open.
canister://openUsing a shell
Paste the command below into a shell, press Enter, and Canister will open.
Using a Terminal:
open "canister://open"Using PowerShell:
start canister://openThe following calls are intended for deployment and administration purposes:
Launches Canister:
Closes Canister:
Restarts Canister:
Triggers an update check:
Activates Canister using your license key:
key
string
mandatory
Deactivate Canister:
Last updated
canister://opencanister://quitcanister://restartcanister://updatecanister://activate?key=xxxx-xxxx-xxxx-xxxxcanister://deactivate