For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deployment

Canister supports deployment URL calls, helping administrators manage installations at scale.

How it works

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://open

Using 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://open

Calls

The following calls are intended for deployment and administration purposes:

Open

Launches Canister:

Quit

Closes Canister:

Restart

Restarts Canister:

Check for updates

Triggers an update check:

Activate

Activates Canister using your license key:

URL Parameter
Type
Required?

key

string

mandatory

Deactivate

Deactivate Canister:

Last updated