Managing Sites


Create a Site#

Create Sites

To automate the creation of a site, you'll need a name, a url and a location. The Node.js API offers more extensive configuration options.

Tip

Check the Calibre Agent page for a full list of Test Agent locations.

calibre site create "<name>" --url="<url>" --location=<location>

List all Sites#

Read Sites

Use the CLI or Node.js API to generate a list of the sites in your account.

calibre site list --json

Delete a Site#

Delete Sites

# Be careful! This is a dangerous and irreversible action.
calibre site delete <slug> --confirm

On this page