Emily CLI Documentation

Release-v3.0.3

Emily combines the powers of Python and Docker to build stable and consistent machine learning and datascience python environments. Emily is useful for large cross-team project development as well as for simply running a single jupyter notebook or python script.

Download emily@v3.0.3
See earlier versions
$ emily servers remove [...server-names] [options]

Remove server(s) from emily.

$ servers remove server-name-1 server-name-2
Servers removed successfully:

$ servers remove
Select servers to remove.
(Use arrow keys, check ✔ items with SPACE, confirm with Enter)



Name: my-server-3
IP/Domain: server-3-ip

>>


Running Emily Servers Remove

To remove a server from emily, run emily servers remove and then pick the servers you want to remove using spacebar and enter.

    Options

  • -h,--help

    Display help for command

  • -s,--silent

    Execute Emily silently. (default: false)

  • -u,--update(--no-update)

    Prompt for update if newer version found. (default: true)

  • -vb,--verbose

    Print detailed information while running commands.